This is an automated email from the ASF dual-hosted git repository.
andreapatricelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new dc4b262 closing tag in BinaryPDFPreviewer.html
dc4b262 is described below
commit dc4b262653f398ae7e7000db1bfc70e78eaa2a0c
Author: Andrea Patricelli <[email protected]>
AuthorDate: Mon Oct 12 12:07:45 2020 +0200
closing tag in BinaryPDFPreviewer.html
---
.../console/wicket/markup/html/form/preview/BinaryPDFPreviewer.html | 1 +
1 file changed, 1 insertion(+)
diff --git
a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/preview/BinaryPDFPreviewer.html
b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/preview/BinaryPDFPreviewer.html
index a0b8619..1eb231f 100644
---
a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/preview/BinaryPDFPreviewer.html
+++
b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/preview/BinaryPDFPreviewer.html
@@ -30,4 +30,5 @@ under the License.
<i class="fas fa-paperclip fa-2x" title="Preview not available"
alt="Default preview icon"></i>
</div>
</wicket:fragment>
+ </wicket:extend>
</html>