浏览代码

updated index.html

Nicolas Petton 13 年之前
父节点
当前提交
2fe77b01f4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -36,11 +36,11 @@ title: Jtalk Smalltalk
     <p>Load the full Jtalk Smalltalk environment with the IDE in your page:</p> 
 
     {% highlight html %}<script src="js/jtalk.js" type="text/javascript"></script>
-    <script type="text/javascript"> loadJtalk()</script>{% endhighlight %}
+<script type="text/javascript"> loadJtalk()</script>{% endhighlight %}
 
     <p>Or the deployment JavaScript file only (without the Smalltalk sources, parser, compiler and IDE):</p>
     {% highlight html %}<script src="js/jtalk.js" type="text/javascript"></script>
-    <script type="text/javascript"> loadJtalkDeploy()</script>{% endhighlight %}
+<script type="text/javascript"> loadJtalkDeploy()</script>{% endhighlight %}
 
     <p>Read the <a href="#documentation">documentation</a> to learn more about writing applications in Jtalk.</p>
   </div>