diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-16 12:20:52 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-16 12:20:52 +0000 |
commit | d3e5645c4c74796469f198ec54a8fbe52f6908ff (patch) | |
tree | f7162fa96637b4630fedd9dc64ca3cd3c5dcd1fb /views | |
parent | d146923c93e58d604c44869238f406c714669826 (diff) | |
download | elgg-d3e5645c4c74796469f198ec54a8fbe52f6908ff.tar.gz elgg-d3e5645c4c74796469f198ec54a8fbe52f6908ff.tar.bz2 |
Minor updates to Files.
git-svn-id: http://code.elgg.org/elgg/trunk@5416 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/navigation/viewtype.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/navigation/viewtype.php b/views/default/navigation/viewtype.php index 6366ebc04..486e40c9a 100644 --- a/views/default/navigation/viewtype.php +++ b/views/default/navigation/viewtype.php @@ -24,7 +24,7 @@ if (substr_count($baseurl,'?')) { ?> -<div class="contentWrapper"> +<p class="margin_top"> <?php echo elgg_echo("viewtype:change") ?>: <a href="<?php echo $baseurl; ?>"><?php echo elgg_echo("viewtype:{$viewtype}"); ?></a> -</div>
\ No newline at end of file +</p>
\ No newline at end of file |