]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix malformed attribute in files app 1912/head
authorVincent Petry <pvince81@owncloud.com>
Tue, 25 Oct 2016 11:02:50 +0000 (13:02 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 25 Oct 2016 15:34:02 +0000 (17:34 +0200)
apps/files/templates/index.php

index 42ce941a4a58dd01500316846cd49fc6f25e8d28..92345d3063e1d3d95336077f3cd99be3e8eba96a 100644 (file)
@@ -14,7 +14,7 @@
 <input type="hidden" name="usedSpacePercent" id="usedSpacePercent" value="<?php p($_['usedSpacePercent']); ?>" />
 <input type="hidden" name="owner" id="owner" value="<?php p($_['owner']); ?>" />
 <input type="hidden" name="ownerDisplayName" id="ownerDisplayName" value="<?php p($_['ownerDisplayName']); ?>" />
-<input type="hidden" name="fileNotFound" id="fileNotFound" value="<?php p($_['fileNotFound']); ?>"" />
+<input type="hidden" name="fileNotFound" id="fileNotFound" value="<?php p($_['fileNotFound']); ?>" />
 <?php if (!$_['isPublic']) :?>
 <input type="hidden" name="mailNotificationEnabled" id="mailNotificationEnabled" value="<?php p($_['mailNotificationEnabled']) ?>" />
 <input type="hidden" name="mailPublicNotificationEnabled" id="mailPublicNotificationEnabled" value="<?php p($_['mailPublicNotificationEnabled']) ?>" />