]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/page.header.html
Cleanup: explicitely loop over PHP variables in templates
[github/shaarli/Shaarli.git] / tpl / page.header.html
index b9fc527590531c8969961bc0a755f237c5b55c52..8987967858ef2aad46e148633e23885b1b2e4069 100644 (file)
@@ -50,7 +50,7 @@
 
 {if="!empty($plugin_errors) && isLoggedIn()"}
     <ul class="errors">
-        {loop="plugin_errors"}
+        {loop="$plugin_errors"}
             <li>{$value}</li>
         {/loop}
     </ul>