Content deleted Content added
m Reverted 1 edit by Antonypaulpalathingal identified as vandalism to last revision by Bkonrad. |
|||
Line 31:
;Unclosed entities :If you have a [[HTML entity]] which is lacking the final <code>;</code>, you need to add it; if you have a bare <code>&</code>, it must be replaced by <code>&amp;</code> (a bare <code>&</code> is always a mistake in either HTML or wikicode).
;Unescaped special characters :If you are using one of <code>&</code>, <code><</code>, or <code>></code>, and want it shown as text, it must be escaped as <code>&amp;</code>, <code>&lt;</code>, or <code>&gt;</code>, respectively.
==Wikilink behavior==
|