Skip to content

Commit

Permalink
Fixed #5174
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jan 26, 2013
1 parent 67d8f86 commit aeee520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected void encodeContent(FacesContext context, ConfirmDialog dialog) throws
if(messageFacet != null)
messageFacet.encodeAll(context);
else if(messageText != null)
writer.write(dialog.getMessage());
writer.writeText(messageText, null);

writer.endElement("p");

Expand Down

0 comments on commit aeee520

Please sign in to comment.