Skip to content

Commit 1b6ba5a

Browse files
authored
Merge pull request #1911 from nextcloud/downstream-26477
Fix malformed attribute in files app
2 parents d89c1a4 + e456df1 commit 1b6ba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/templates/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<input type="hidden" name="usedSpacePercent" id="usedSpacePercent" value="<?php p($_['usedSpacePercent']); ?>" />
1515
<input type="hidden" name="owner" id="owner" value="<?php p($_['owner']); ?>" />
1616
<input type="hidden" name="ownerDisplayName" id="ownerDisplayName" value="<?php p($_['ownerDisplayName']); ?>" />
17-
<input type="hidden" name="fileNotFound" id="fileNotFound" value="<?php p($_['fileNotFound']); ?>"" />
17+
<input type="hidden" name="fileNotFound" id="fileNotFound" value="<?php p($_['fileNotFound']); ?>" />
1818
<?php if (!$_['isPublic']) :?>
1919
<input type="hidden" name="mailNotificationEnabled" id="mailNotificationEnabled" value="<?php p($_['mailNotificationEnabled']) ?>" />
2020
<input type="hidden" name="mailPublicNotificationEnabled" id="mailPublicNotificationEnabled" value="<?php p($_['mailPublicNotificationEnabled']) ?>" />

0 commit comments

Comments
 (0)