Skip to content

Commit

Permalink
[webui] Don't show '?' toolbar of SyntaxHighlighter plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Oct 25, 2011
1 parent 82e7a6b commit d367f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/views/shared/_syntaxhighlighter.html.erb
Expand Up @@ -9,4 +9,4 @@
SyntaxHighlighter.all();
<% end %>

<pre class="brush: <%= type %> collapse: <%= collapse %>"><%= force_utf8_and_transform_nonprintables(code) %></pre>
<pre class="brush: <%= type %> collapse: <%= collapse %> toolbar: false"><%= force_utf8_and_transform_nonprintables(code) %></pre>

0 comments on commit d367f63

Please sign in to comment.