Fixed spacing issue with note titles
authorDylan Lloyd <dylan@psu.edu>
Sun, 27 Mar 2011 20:25:28 +0000 (16:25 -0400)
committerDylan Lloyd <dylan@psu.edu>
Sun, 27 Mar 2011 20:25:28 +0000 (16:25 -0400)
index.php

index 1eb083b..de27473 100644 (file)
--- a/index.php
+++ b/index.php
@@ -280,9 +280,7 @@ class page extends cms {
       echo <<<END_NOTE
       <div class='note'>
       <h1>
-        <span class='date'>
-          $year_posted/$month_posted/$day_posted/
-        </span><a rel="canonical" href='$url'>$title</a>
+        <span class='date'>$year_posted/$month_posted/$day_posted/</span><a rel="canonical" href='$url'>$title</a>
       </h1>
       $text
       </div>