Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from noformnocontent/gh-pages
Browse files Browse the repository at this point in the history
delete repeated `rel="stylesheet"`
  • Loading branch information
mnewt committed Aug 20, 2012
2 parents 79a5693 + 338791e commit 072718c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -41,7 +41,7 @@ <h3>STEP ONE:</h3>
<p>Copy the code in below into your web page, at the end of the file right before <span class="backtick">&lt;/body&gt;</span>.
The end of your html template should look like this:</p>
<pre><code>&lt;!-- ======================= Begin Prettify ============================--&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot;
href=&quot;http://github.mnewton.com/prettify-wrapper/themes/prettify.css&quot;&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://github.mnewton.com/prettify-wrapper/wrapper.min.js&quot;&gt;&lt;/script&gt;
Expand Down

0 comments on commit 072718c

Please sign in to comment.