diff options
Diffstat (limited to 'templates/sidebar.block.recent.php')
-rw-r--r-- | templates/sidebar.block.recent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.block.recent.php b/templates/sidebar.block.recent.php index 6d25478..e720533 100644 --- a/templates/sidebar.block.recent.php +++ b/templates/sidebar.block.recent.php @@ -27,7 +27,7 @@ if ($recentTags && count($recentTags) > 0) { } echo $contents ."</p>\n"; ?> - <p><a href="<?php echo createURL('populartags'); ?>"><?php echo T_('Popular Tags'); ?></a> →</p> + <p style="text-align:right"><a href="<?php echo createURL('populartags'); ?>"><?php echo T_('Popular Tags'); ?></a> →</p> </div> <?php |