<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,14 +1,10 @@
 &lt;?php
 include 'config.php';
-?&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
-	&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-tocict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
+?&gt;&lt;!DOCTYPE html&gt;
+&lt;html&gt;
 &lt;head&gt;
 
 	&lt;!-- Meta --&gt;
-	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;
-	&lt;meta name=&quot;description&quot; content=&quot;Ruby Readline Documentation, Tutorial, and Examples&quot; /&gt;
-	&lt;meta name=&quot;keywords&quot; content=&quot;ruby, readline, documentation, docs, examples, libedit, shell&quot; /&gt;
 	&lt;title&gt;&lt;?php echo $html_title; ?&gt;&lt;/title&gt;
 
 	&lt;!-- Blueprint CSS Framework (0.8) --&gt;</diff>
      <filename>index.php</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
  * Markdownorial Specific Code
  * Author: Joseph Pecoraro
  * Description: Works with the generic html produced
- * by the Markdown to dynamically build a table of contents
+ * by Markdown to dynamically build a table of contents
  * by creating and working with permalinks ids on headers.
  */
 $(function() {
@@ -15,9 +15,9 @@ $(function() {
 		.hover(function() { $(this).append('&lt;span class=&quot;hash&quot;&gt;&amp;nbsp;#&lt;\/span&gt;') },
 		       function() { $(this).find('span').remove() })
 		.each(function() {
-			if ( level == 2 &amp;&amp; this.tagName == 'H3' ) {
+			if (level === 2 &amp;&amp; this.tagName === 'H3') {
 				level = 3; toc += '&lt;li class=&quot;none&quot;&gt;&lt;ul&gt;';
-			} else if ( level == 3 &amp;&amp; this.tagName == 'H2' ) {
+			} else if (level === 3 &amp;&amp; this.tagName === 'H2') {
 				level = 2; toc += '&lt;\/ul&gt;&lt;\/li&gt;';
 			}
 			var $elem = $(this);
@@ -32,23 +32,23 @@ $(function() {
 	var $black = $('#header-grad1, #header-grad2, #header-grad3, #wrapper');
 	var $toc = $('#toc');
 	$toc.pageSlide({
-      width: 300,
-			duration: 275,
-			html: '&lt;div id=&quot;secondary&quot;&gt;&lt;h2&gt;Table of Contents&lt;\/h2&gt;' + toc + '&lt;\/div&gt;',
-			start: function(s) {
-				if ( s == 'opening' ) { // Start Closing
-					$toc.css('display','none');
-					$white.css('backgroundImage', 'none');
-					$black.css('backgroundImage', 'none');
-				}
-			},
-			stop: function(s) {
-				if ( s == 'close' ) { // Done Closing
-					$toc.css('display','block');
-					$white.css('backgroundImage', 'url(images/sym-white.png)');
-					$black.css('backgroundImage', 'url(images/sym-black.png)');
-				}
-			}
+        width: 300,
+        duration: 275,
+        html: '&lt;div id=&quot;secondary&quot;&gt;&lt;h2&gt;Table of Contents&lt;\/h2&gt;' + toc + '&lt;\/div&gt;',
+        start: function(s) {
+        	if (s === 'opening') { // Start Closing
+        		$toc.css('display', 'none');
+        		$white.css('backgroundImage', 'none');
+        		$black.css('backgroundImage', 'none');
+        	}
+        },
+        stop: function(s) {
+        	if (s === 'close') { // Done Closing
+        		$toc.css('display', 'block');
+        		$white.css('backgroundImage', 'url(images/sym-white.png)');
+        		$black.css('backgroundImage', 'url(images/sym-black.png)');
+        	}
+        }
 	});
 
-});
\ No newline at end of file
+});</diff>
      <filename>js/markdownorial.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>16680fcc9728f5be955340774cb62527b86434f5</id>
    </parent>
  </parents>
  <author>
    <name>Joseph Pecoraro</name>
    <email>joepeck02@gmail.com</email>
  </author>
  <url>http://github.com/JosephPecoraro/markdownorial/commit/f7d4534597a1731a508601085bc7a900ba54b9a0</url>
  <id>f7d4534597a1731a508601085bc7a900ba54b9a0</id>
  <committed-date>2009-10-27T19:46:22-07:00</committed-date>
  <authored-date>2009-10-27T19:46:22-07:00</authored-date>
  <message>Moved to HTML5. Cleaned up whitespace</message>
  <tree>054c58b7926415682238b15ab60cce003ba2be19</tree>
  <committer>
    <name>Joseph Pecoraro</name>
    <email>joepeck02@gmail.com</email>
  </committer>
</commit>
