aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/page.header.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/page.header.html')
-rw-r--r--tpl/page.header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/page.header.html b/tpl/page.header.html
index 0012c689..eac2ed4a 100644
--- a/tpl/page.header.html
+++ b/tpl/page.header.html
@@ -43,7 +43,7 @@
43 43
44{if="!empty($plugin_errors) && isLoggedIn()"} 44{if="!empty($plugin_errors) && isLoggedIn()"}
45 <ul class="errors"> 45 <ul class="errors">
46 {loop="plugin_errors"} 46 {loop="$plugin_errors"}
47 <li>{$value}</li> 47 <li>{$value}</li>
48 {/loop} 48 {/loop}
49 </ul> 49 </ul>