gui: Correct quotes in title attribute

Skip-check: authors

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4332
This commit is contained in:
MaximAL 2017-08-30 06:02:46 +00:00 committed by Jakob Borg
parent ddf6d64faa
commit e60efa2b3d

View File

@ -645,7 +645,7 @@
</tr>
<tr ng-if="deviceFolders(deviceCfg).length > 0">
<th><span class="fa fa-fw fa-folder"></span>&nbsp;<span translate>Folders</span></th>
<td class="text-right" title="{{deviceFolders(deviceCfg).map(folderLabel).join(", ")}}">{{deviceFolders(deviceCfg).map(folderLabel).join(", ")}}</td>
<td class="text-right" title="{{deviceFolders(deviceCfg).map(folderLabel).join(', ')}}">{{deviceFolders(deviceCfg).map(folderLabel).join(", ")}}</td>
</tr>
</tbody>
</table>