SMACK-329

changed <br>-Tag to xhtml compliant <br/>-tag

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12440 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Wolf Posdorfer 2011-06-01 07:39:05 +00:00 committed by wolf.posdorfer
parent a12167ebfc
commit a71d8960e8
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class XHTMLText {
*
*/
public void appendBrTag() {
text.append("<br>");
text.append("<br/>");
}
/**