Skip to content

Commit

Permalink
A typo fix in the code snippet (Adding ">" to close the script tag)
Browse files Browse the repository at this point in the history
Currently I just can't copy-paste the code snippet without modification. This quick fix will make it possible to use the code snippet as-is.
  • Loading branch information
tomer committed Jul 23, 2013
1 parent 7a78004 commit a0c88a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h4 class="subhead">A CSS/JS solution for tables that allows them to shrink on s
<pre>
/* Attach the Table CSS and Javascript */
<span style="color: #6ab825; font-weight: normal">&lt;link</span> <span style="color: #bbbbbb">rel=</span><span style="color: #ed9d13">"stylesheet"</span> <span style="color: #bbbbbb">href=</span><span style="color: #ed9d13">"responsive-tables.css"</span><span style="color: #6ab825; font-weight: normal">&gt;</span>
<span style="color: #6ab825; font-weight: normal">&lt;script</span> <span style="color: #bbbbbb">src=</span><span style="color: #ed9d13">"stylesheet"</span> <span style="color: #bbbbbb">href=</span><span style="color: #ed9d13">"responsive-tables.js"</span><span style="color: #6ab825; font-weight: normal"></span><span style="color: #6ab825; font-weight: normal">&lt;/script&gt;</span></pre>
<span style="color: #6ab825; font-weight: normal">&lt;script</span> <span style="color: #bbbbbb">src=</span><span style="color: #ed9d13">"stylesheet"</span> <span style="color: #bbbbbb">href=</span><span style="color: #ed9d13">"responsive-tables.js"</span><span style="color: #6ab825; font-weight: normal">&gt;</span><span style="color: #6ab825; font-weight: normal">&lt;/script&gt;</span></pre>

<hr />

Expand Down

0 comments on commit a0c88a7

Please sign in to comment.