| author | Sidharth Singh | 2012-11-08 00:42:24 (EST) |
|---|---|---|
| committer | Sven Rottstock | 2012-11-14 09:21:02 (EST) |
| commit | 4e1b0ae01859aa2859cc90c457e361f05431dcd5 (patch) (side-by-side diff) | |
| tree | 4acfcba11d26f0bb022d93cf1f4cb42d2d4df7d8 | |
| parent | 43e553948bd6363a26e25828243d0c3ab801c119 (diff) | |
| download | org.eclipse.stardust.ui.web-4e1b0ae01859aa2859cc90c457e361f05431dcd5.zip org.eclipse.stardust.ui.web-4e1b0ae01859aa2859cc90c457e361f05431dcd5.tar.gz org.eclipse.stardust.ui.web-4e1b0ae01859aa2859cc90c457e361f05431dcd5.tar.bz2 | |
Jira-ID: CRNT-26899
Changed outputText to outputLabel in chatCloseConfirmationPopup.xhtml
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@60649 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | views-common/src/main/resources/META-INF/xhtml/views/chat/chatCloseConfirmationPopup.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views-common/src/main/resources/META-INF/xhtml/views/chat/chatCloseConfirmationPopup.xhtml b/views-common/src/main/resources/META-INF/xhtml/views/chat/chatCloseConfirmationPopup.xhtml index dc2445d..c1e7840 100644 --- a/views-common/src/main/resources/META-INF/xhtml/views/chat/chatCloseConfirmationPopup.xhtml +++ b/views-common/src/main/resources/META-INF/xhtml/views/chat/chatCloseConfirmationPopup.xhtml @@ -20,7 +20,7 @@ renderNorth="false" renderEast="false" renderSouth="true" renderWest="false" renderCenter="true">
<f:facet name="center">
<ice:panelGroup>
- <ice:outputLabel value="#{chatViewBean.chatRoom.confirmationPopupQuestion}" style="font-size:1em; font-weight:normal;" />
+ <ice:outputText value="#{chatViewBean.chatRoom.confirmationPopupQuestion}" style="font-size:1em; font-weight:normal;" escape="false"/>
</ice:panelGroup>
</f:facet>
|

