summaryrefslogtreecommitdiff
path: root/themes/bluemarine
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-06-06 14:07:04 +0000
committerDries Buytaert <dries@buytaert.net>2005-06-06 14:07:04 +0000
commit8436082fe1364dfe35461e5d8fc737a43c06abee (patch)
treeb1923c3f21ad87949351d925020203c003192574 /themes/bluemarine
parent596843dae6aa49ff7fc301da92d2d2d1e45dcb98 (diff)
downloadbrdo-8436082fe1364dfe35461e5d8fc737a43c06abee.tar.gz
brdo-8436082fe1364dfe35461e5d8fc737a43c06abee.tar.bz2
- Removing some whitespace
Diffstat (limited to 'themes/bluemarine')
-rw-r--r--themes/bluemarine/node.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bluemarine/node.tpl.php b/themes/bluemarine/node.tpl.php
index 0609c44b4..493f324e3 100644
--- a/themes/bluemarine/node.tpl.php
+++ b/themes/bluemarine/node.tpl.php
@@ -2,7 +2,7 @@
<?php if ($picture) {
print $picture;
}?>
- <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
+ <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
<span class="submitted"><?php print $submitted?></span>
<span class="taxonomy"><?php print $terms?></span>
<div class="content"><?php print $content?></div>