diff --git a/www/command-line-options.html b/www/command-line-options.html
index 3f4fb83..3df40e0 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -173,7 +173,7 @@
 href="../www/command-line-tools.html">command-line
 tools</a>. If you want a description of a particular option, click on the
 option name in the navigation bar above and you will go right to it. Unless
-otherwise noted, each option is recognized by the commands <a href="../www/convert.html">convert</a>, <a href="../www/mogrify.html">mogrify</a>, and ....  </p>
+otherwise noted, each option is recognized by the commands <a href="../www/convert.html">convert</a>, <a href="../www/mogrify.html">mogrify</a>.</p>
 
 <div style="margin: auto;">
   <h4><a name="adaptive-blur" id="adaptive-blur"></a>-adaptive-blur <em class="arg">radius</em>[x<em class="arg">sigma</em>]</h4>
@@ -6027,7 +6027,7 @@
     <span id="linkbar-west">&nbsp;</span>

     <span id="linkbar-center">

       <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;

-    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>

+      <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>

     </span>

     <span id="linkbar-east">&nbsp;</span>

   </div>

@@ -6036,5 +6036,16 @@
     <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>

   </div>

   <div style="clear: both; margin: 0; width: 100%; "></div>

+  <script type="text/javascript">

+    var _gaq = _gaq || [];

+    _gaq.push(['_setAccount', 'UA-17690367-1']);

+    _gaq.push(['_trackPageview']);

+

+    (function() {

+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

+    })();

+  </script>

 </body>

 </html>