Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Feature Request
File metadata description will now support html in JSF UI. Is already supported in SPA.
2 changes: 1 addition & 1 deletion src/main/webapp/file.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
<th scope="row">
#{bundle['file.metadataTab.fileMetadata.description.label']}
</th>
<td>#{FilePage.fileMetadata.description}</td>
<td><h:outputFormat value="#{MarkupChecker:sanitizeAdvancedHTML(FilePage.fileMetadata.description)}" escape="false"></h:outputFormat></td>
</tr>
</tbody>
</table>
Expand Down
Loading