Fixes - 2017/09/05 (#3399)

Fixes #2663.
Fixes #2677.
Fixes #3185.
Fixes #1716.
Fixes #1004.
Fixes a minor grammar error.
This commit is contained in:
Lohikar
2017-09-05 14:18:41 -05:00
committed by GitHub
parent 06ea9d6ac2
commit 4fbf1c15b8
6 changed files with 23 additions and 14 deletions
@@ -192,11 +192,11 @@
if ("help")
var/html = ""
html += "A character's signature can be augmented with the following tags:<br>"
html += "<ul><li><i>Italics</i> - \[i\]text\[\\i\]</li>"
html += "<li><b>Bold</b> - \[b\]text\[\\b\]</li>"
html += "<li><u>Underline</u> - \[u\]text\[\\u\]</li>"
html += "<li><font size='4'>Large text</font> - \[large\]text\[\\large\]</li>"
html += "<li><font size='1'>Small text</font> - \[small\]text\[\\small\]</li></ul>"
html += "<ul><li><i>Italics</i> - \[i\]text\[/i\]</li>"
html += "<li><b>Bold</b> - \[b\]text\[/b\]</li>"
html += "<li><u>Underline</u> - \[u\]text\[/u\]</li>"
html += "<li><font size='4'>Large text</font> - \[large\]text\[/large\]</li>"
html += "<li><font size='1'>Small text</font> - \[small\]text\[/small\]</li></ul>"
html += "<br><br>Beyond that, a maximum of 100 symbols are allowed for the signature text."
html += " Note that this includes mark-up symbols."