mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-26 05:52:06 +01:00
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:
parent
a12167ebfc
commit
a71d8960e8
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ public class XHTMLText {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public void appendBrTag() {
|
public void appendBrTag() {
|
||||||
text.append("<br>");
|
text.append("<br/>");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue