disinclined.org
/
git
/
dylansserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0184d09
)
Fixed spacing issue with note titles
author
Dylan Lloyd
<dylan@psu.edu>
Sun, 27 Mar 2011 20:25:28 +0000
(16:25 -0400)
committer
Dylan Lloyd
<dylan@psu.edu>
Sun, 27 Mar 2011 20:25:28 +0000
(16:25 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/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>