aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/default/river/shell.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/river/shell.php b/views/default/river/shell.php
index 5b91cd144..ef6ad6e70 100644
--- a/views/default/river/shell.php
+++ b/views/default/river/shell.php
@@ -16,6 +16,6 @@
<h1><?php echo elgg_echo('river'); ?></h1>
<?
foreach ($river as $r)
- echo $r;
+ echo "<div>$r</div>";
?>
</div> \ No newline at end of file