awesome. now we show code snippets in a much better way. Peeps who add to the tutorials will need to enclose code w/ <pre class="ruby></pre>
This commit is contained in:
@@ -36,7 +36,11 @@
|
||||
<div class="accordion-inner">
|
||||
<p><b>Stored Cross-Site Scripting - The following code was taken from app/views/layouts/shared/_header.html.erb</b></p>
|
||||
<font face="Courier New" style="color: rgb(69, 126, 136)">
|
||||
<p><%= @code %></p>
|
||||
<p>
|
||||
<pre class="ruby">
|
||||
<%= @code %>
|
||||
</pre>
|
||||
</p>
|
||||
</font>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user