Skip to content

Commit

Permalink
Reverted change to custom message block include to fix trailing hyphe…
Browse files Browse the repository at this point in the history
…ns. [ref #3998]
  • Loading branch information
mheppler committed Sep 20, 2017
1 parent de41594 commit d618bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/resources/iqbs/messages.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<ui:fragment rendered="#{cc.attrs.collapsible}">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
</ui:fragment>
<span class="glyphicon glyphicon-info-sign"></span>&#160;<strong>#{msg.summary}</strong><h:outputText value="#{msg.detail}" rendered="#{!empty msg.detail and (msg.detail != msg.summary)}"/>
<span class="glyphicon glyphicon-info-sign"></span>&#160;<strong>#{msg.summary}</strong>&#160;<h:outputText value="#{msg.detail}" rendered="#{!empty msg.detail and (msg.detail != msg.summary)}"/>
<ui:fragment rendered="#{level eq 'FATAL'}">
Please contact <a href="#" onclick="event.preventDefault();PF('contactForm').show();" title="Contact #{settingsWrapper.supportTeamName}">#{settingsWrapper.supportTeamName}</a> for assistance.
<strong>Date/Time: </strong>
Expand Down

0 comments on commit d618bc3

Please sign in to comment.