java - SyntaxHighlighter extra spaces -


i'm using syntaxhighlighter, problem first line prints spaces independently of code language

string:

import java.util.hashmap; 

preview sh:

                    import java.util.hashmap;

html page:

<div class="line number1 index0 alt2"><code class="java spaces">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code><code class="java keyword">import</code> <code class="java plain">java.util.hashmap;</code></div> 

and it's first page bushes

sh working properly. don't add spaces anything. (if meant indentation, try reduce padding-left in css)


Comments