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 b9fc5275..89879678 100644
--- a/tpl/page.header.html
+++ b/tpl/page.header.html
@@ -50,7 +50,7 @@
50 50
51{if="!empty($plugin_errors) && isLoggedIn()"} 51{if="!empty($plugin_errors) && isLoggedIn()"}
52 <ul class="errors"> 52 <ul class="errors">
53 {loop="plugin_errors"} 53 {loop="$plugin_errors"}
54 <li>{$value}</li> 54 <li>{$value}</li>
55 {/loop} 55 {/loop}
56 </ul> 56 </ul>