aboutsummaryrefslogtreecommitdiff
path: root/views/default/river/shell.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/river/shell.php')
-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 c0f2c6820..5b91cd144 100644
--- a/views/default/river/shell.php
+++ b/views/default/river/shell.php
@@ -13,7 +13,7 @@
$river = $vars['river'];
?>
<div id="river">
- <h1><?php elgg_echo('river'); ?></h1>
+ <h1><?php echo elgg_echo('river'); ?></h1>
<?
foreach ($river as $r)
echo $r;