Skip to content

Commit

Permalink
Changed c style to c1 style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich authored and Dan Croak committed Oct 8, 2010
1 parent b205d99 commit aafd4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/slides-import.html
Expand Up @@ -106,7 +106,7 @@ <h1>Becomes...</h1>

<div class=" code">
<div id="slide-10" class="content">
<div class="highlight js code highlight"><pre><span class="c">// Some JavaScript</span>
<div class="highlight js code highlight"><pre><span class="c1">// Some JavaScript</span>
<span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
<span class="k">if</span> <span class="p">(</span><span class="mi">1</span> <span class="o">==</span> <span class="mi">2</span><span class="p">)</span> <span class="p">{</span>
<span class="k">return</span> <span class="s2">"This is silly."</span>
Expand Down

0 comments on commit aafd4ac

Please sign in to comment.