Ban text uses <strong> instead of <b>.
This commit is contained in:
parent
10c8ccc90d
commit
c2cc0b4599
@ -182,9 +182,9 @@ Get =
|
|||||||
when '[/moot]'
|
when '[/moot]'
|
||||||
'</div>'
|
'</div>'
|
||||||
when '[banned]'
|
when '[banned]'
|
||||||
'<b style="color: red;">'
|
'<strong style="color: red;">'
|
||||||
when '[/banned]'
|
when '[/banned]'
|
||||||
'</b>'
|
'</strong>'
|
||||||
|
|
||||||
comment = bq.innerHTML
|
comment = bq.innerHTML
|
||||||
# greentext
|
# greentext
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user