Modification affichage gênant, suppression échappement HTML de l'historique.
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -66,7 +66,7 @@ | ... | @@ -66,7 +66,7 @@ |
66 | </h:column> | 66 | </h:column> |
67 | <h:column> | 67 | <h:column> |
68 | <f:facet name="header">History</f:facet> | 68 | <f:facet name="header">History</f:facet> |
69 | - ${action.publisherVersion.publisherHistory} | 69 | + <h:outputText escape="false" value="#{action.publisherVersion.publisherHistory}" /> |
70 | </h:column> | 70 | </h:column> |
71 | <h:column> | 71 | <h:column> |
72 | <f:facet name="header">Version Author</f:facet> | 72 | <f:facet name="header">Version Author</f:facet> | ... | ... |
... | @@ -95,7 +95,7 @@ | ... | @@ -95,7 +95,7 @@ |
95 | </h:column> | 95 | </h:column> |
96 | <h:column> | 96 | <h:column> |
97 | <f:facet name="header">History</f:facet> | 97 | <f:facet name="header">History</f:facet> |
98 | - ${version.publisherHistory} | 98 | + <h:outputText escape="false" value="#{version.publisherHistory}"/> |
99 | </h:column> | 99 | </h:column> |
100 | <h:column> | 100 | <h:column> |
101 | <f:facet name="header">Version Author</f:facet> | 101 | <f:facet name="header">Version Author</f:facet> | ... | ... |
-
Please register or login to post a comment