Created by: tekezo
prettyprint does not apply a color to XML tag when we use the default prettyprint.css. .linunums .tag should be .prettyprint .tag. This patch resolves this prettyprint color issue.
<pre class="prettyprint lang-xml"> <root> <item>item1</item> <item>item2</item> <item>item3</item> </root> </pre>