summaryrefslogtreecommitdiff
path: root/themes/pushbutton
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-09-05 08:42:02 +0000
committerDries Buytaert <dries@buytaert.net>2007-09-05 08:42:02 +0000
commitab1715750a9aa2157cd117fa6b98399bb3bf6512 (patch)
treeb7287d0c047febac5de50db36868d06c5aee32d9 /themes/pushbutton
parentf655adcf9785376c760dea3ae681653e26ebf0fe (diff)
downloadbrdo-ab1715750a9aa2157cd117fa6b98399bb3bf6512.tar.gz
brdo-ab1715750a9aa2157cd117fa6b98399bb3bf6512.tar.bz2
- Patch #172961 by webernet: code style cleanup.
Diffstat (limited to 'themes/pushbutton')
-rw-r--r--themes/pushbutton/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php
index 0de34808c..c2a07d1ed 100644
--- a/themes/pushbutton/page.tpl.php
+++ b/themes/pushbutton/page.tpl.php
@@ -104,7 +104,7 @@
<?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?>
<?php endif; ?>
<?php if (isset($secondary_links)) : ?>
- <?php print theme('links', $secondary_links, array('class' => 'links secondary-links',)) ?>
+ <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
<?php endif; ?>
</td>
</tr>