aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/page.header.html
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2016-10-17 10:20:50 +0200
committerGitHub <noreply@github.com>2016-10-17 10:20:50 +0200
commit209aa96e7e32d810db30d2eb437cef2280c5cad6 (patch)
treed7bde9c9a66fd2049b4ddb7b02f3c7351504166b /tpl/page.header.html
parent06eec9bf764662cd328627247a1f43e4abd3c5ad (diff)
parentdec5fe9c6973054a1301982f910de86a19502b55 (diff)
downloadShaarli-209aa96e7e32d810db30d2eb437cef2280c5cad6.tar.gz
Shaarli-209aa96e7e32d810db30d2eb437cef2280c5cad6.tar.zst
Shaarli-209aa96e7e32d810db30d2eb437cef2280c5cad6.zip
Merge pull request #660 from virtualtam/fix/template/loop
Cleanup: explicitely loop over PHP variables in templates
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>