<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,57 +1,65 @@
 &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-    &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
+          &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
-&lt;head&gt;
-  &lt;title&gt;{% block title %}URLs{% endblock %}&lt;/title&gt;
+  &lt;head&gt;
+    &lt;title&gt;{% block title %}URLs{% endblock %}&lt;/title&gt;
 
-  &lt;link rel=&quot;stylesheet&quot; 
-        href=&quot;/static/css/blueprint/screen.css&quot; 
-        type=&quot;text/css&quot; media=&quot;screen, projection&quot;/&gt;
-  &lt;link rel=&quot;stylesheet&quot; href=&quot;static/css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot;/&gt; 
-  &lt;!--[if lt IE 8]&gt;
-  &lt;link rel=&quot;stylesheet&quot; 
-        href=&quot;/static/css/blueprint/ie.css&quot; 
-        type=&quot;text/css&quot; media=&quot;screen, projection&quot;/&gt;
-  &lt;![endif]--&gt;
-  
-  &lt;link rel=&quot;stylesheet&quot; href=&quot;/static/css/blueprint/plugins/fancy-type/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;/&gt;
-  
-  &lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;&gt;&lt;/script&gt;
-  {% block extra_head %}
-  {% endblock %}
-&lt;/head&gt;
+    &lt;link rel=&quot;stylesheet&quot; 
+          href=&quot;/static/css/blueprint/screen.css&quot; 
+          type=&quot;text/css&quot; media=&quot;screen, projection&quot;/&gt;
 
-&lt;body&gt;
-  &lt;div class=&quot;container&quot;&gt;
-  &lt;div class=&quot;span-24 last&quot;&gt;
-    &lt;h1&gt;&lt;a href=&quot;{{ site_base_url }}&quot;&gt;{{ site_name }}&lt;/a&gt;&lt;/h1&gt;
-    &lt;hr/&gt;
-  &lt;/div&gt;
-  &lt;div class=&quot;span-24 last&quot;&gt;
-  {% block content %}{% endblock %}
-  &lt;hr/&gt;
-  &lt;/div&gt;
+    &lt;link rel=&quot;stylesheet&quot; 
+          href=&quot;static/css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot;/&gt;
 
-  &lt;div class=&quot;span-19 colborder&quot;&gt;
-  {% if show_url_form %}
-  {% block url_form %}
-  &lt;form name=&quot;url_form&quot; action=&quot;/submit/&quot; method=&quot;get&quot;&gt;
-    {{ link_form.as_p }}
-  &lt;input type=&quot;submit&quot; value=&quot;Submit&quot; /&gt;
-  &lt;/form&gt;
-  {% endblock %}
-  {% endif %}
-  &lt;/div&gt;
-  &lt;div class=&quot;span-4 last&quot;&gt;
-  {% if show_bookmarklet %}
-  {% block bookmarklet %}
-  &lt;br/&gt;
-  Bookmarklet (drag this to your bookmarks bar):&lt;br/&gt;
-&lt;a href=&quot;javascript:(function(){var a=window,b=document,c=encodeURIComponent;d=a.open(&amp;#39;{{ site_base_url }}submit/?u=&amp;#39;+c(b.location));})();&quot;&gt;Shorten with {{ site_name }}&lt;/a&gt;
-  {% endblock %}
-  {% endif %}
-  &lt;/div&gt;
-  {% block extra_body %}{% endblock %}
-  &lt;/div&gt;
-&lt;/body&gt;
+    &lt;!--[if lt IE 8]&gt;
+    &lt;link rel=&quot;stylesheet&quot; 
+          href=&quot;/static/css/blueprint/ie.css&quot; 
+          type=&quot;text/css&quot; media=&quot;screen, projection&quot;/&gt;
+    &lt;![endif]--&gt;
+    
+    &lt;link rel=&quot;stylesheet&quot; 
+          href=&quot;/static/css/blueprint/plugins/fancy-type/screen.css&quot;
+          type=&quot;text/css&quot; media=&quot;screen, projection&quot;/&gt;
+    
+    &lt;script type=&quot;text/javascript&quot;
+            src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;&gt;
+    &lt;/script&gt;
+    
+    {% block extra_head %}
+    {% endblock %}
+  &lt;/head&gt;
+
+  &lt;body&gt;
+    &lt;div class=&quot;container&quot;&gt;
+      &lt;div class=&quot;span-24 last&quot;&gt;
+        &lt;h1&gt;&lt;a href=&quot;{{ site_base_url }}&quot;&gt;{{ site_name }}&lt;/a&gt;&lt;/h1&gt;
+        &lt;hr/&gt;
+      &lt;/div&gt;
+      &lt;div class=&quot;span-24 last&quot;&gt;
+        {% block content %}{% endblock %}
+        &lt;hr/&gt;
+      &lt;/div&gt;
+
+      &lt;div class=&quot;span-19 colborder&quot;&gt;
+        {% if show_url_form %}
+        {% block url_form %}
+        &lt;form name=&quot;url_form&quot; action=&quot;/submit/&quot; method=&quot;get&quot;&gt;
+          {{ link_form.as_p }}
+          &lt;input type=&quot;submit&quot; value=&quot;Submit&quot; /&gt;
+        &lt;/form&gt;
+        {% endblock %}
+        {% endif %}
+      &lt;/div&gt;
+      &lt;div class=&quot;span-4 last&quot;&gt;
+        {% if show_bookmarklet %}
+        {% block bookmarklet %}
+        &lt;br/&gt;
+        Bookmarklet (drag this to your bookmarks bar):&lt;br/&gt;
+        &lt;a href=&quot;javascript:(function(){var a=window,b=document,c=encodeURIComponent;d=a.open(&amp;#39;{{ site_base_url }}submit/?u=&amp;#39;+c(b.location));})();&quot;&gt;Shorten with {{ site_name }}&lt;/a&gt;
+        {% endblock %}
+        {% endif %}
+      &lt;/div&gt;
+      {% block extra_body %}{% endblock %}
+    &lt;/div&gt;
+  &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>templates/base.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c236ec44aed884daf2e7e5a58c33f4981b025bb7</id>
    </parent>
  </parents>
  <author>
    <name>Nilesh Kapadia</name>
    <email>git@nileshk.com</email>
  </author>
  <url>http://github.com/nileshk/url-shortener/commit/8447a4f298bf1eb8bbeb5df2011adda9e86aabe4</url>
  <id>8447a4f298bf1eb8bbeb5df2011adda9e86aabe4</id>
  <committed-date>2009-06-28T11:02:02-07:00</committed-date>
  <authored-date>2009-06-28T11:02:02-07:00</authored-date>
  <message>Reformatted templates/base.html</message>
  <tree>4f53fca0cd20d422be97000668e9a0151ac50fa2</tree>
  <committer>
    <name>Nilesh Kapadia</name>
    <email>git@nileshk.com</email>
  </committer>
</commit>
