This is an automated email from the ASF dual-hosted git repository.
andreapatricelli pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new 165924e closing tag in BinaryPDFPreviewer.html
165924e is described below
commit 165924e5e911b65c9718acf2aae3a7655c3362b9
Author: Andrea Patricelli <[email protected]>
AuthorDate: Mon Oct 12 11:57:06 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/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/preview/BinaryPDFPreviewer.html
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/preview/BinaryPDFPreviewer.html
index b9a1f19..cc30fae 100644
---
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/preview/BinaryPDFPreviewer.html
+++
b/client/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=" glyphicon glyphicon-paperclip fa-2x" title="Preview not
available" alt="Default preview icon"></i>
</div>
</wicket:fragment>
+ </wicket:extend>
</html>