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"> </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
Post a Comment