aboutsummaryrefslogtreecommitdiff
path: root/views/default/export
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-13 13:44:49 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-13 13:44:49 +0000
commitc7d73bc6db9d52a918f0d4ee82d802032f14729c (patch)
treed37f8a8601cd9151b887ac8a1f359526173bc04d /views/default/export
parent7fab6390acd5cfcdd8458d43eae4ff984aefae43 (diff)
downloadelgg-c7d73bc6db9d52a918f0d4ee82d802032f14729c.tar.gz
elgg-c7d73bc6db9d52a918f0d4ee82d802032f14729c.tar.bz2
loose text strings cleaned up, extra container divs added
git-svn-id: https://code.elgg.org/elgg/trunk@2742 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/export')
-rw-r--r--views/default/export/entity.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/default/export/entity.php b/views/default/export/entity.php
index 851d04870..d35f0955f 100644
--- a/views/default/export/entity.php
+++ b/views/default/export/entity.php
@@ -20,6 +20,7 @@
$exportable_values = $entity->getExportableValues();
?>
+<div class="contentWrapper">
<div>
<?php
foreach ($entity as $k => $v)
@@ -86,4 +87,5 @@
}
?>
</div>
-<?php } ?> \ No newline at end of file
+<?php } ?>
+</div> \ No newline at end of file