mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Merge branch '4.3'
This commit is contained in:
commit
7e25c3ada5
4 changed files with 64 additions and 3 deletions
|
@ -105,7 +105,7 @@ public class XHTMLText {
|
|||
private XHTMLText appendOpenBodyTag(String style, String lang) {
|
||||
text.halfOpenElement(Message.BODY);
|
||||
text.xmlnsAttribute(NAMESPACE);
|
||||
text.optElement(STYLE, style);
|
||||
text.optAttribute(STYLE, style);
|
||||
text.xmllangAttribute(lang);
|
||||
text.rightAngleBracket();
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue