Typos in documentation (#914)

This commit is contained in:
Shad
2023-10-28 16:41:10 +02:00
committed by GitHub
parent 4d22803c32
commit ad73f4943b
2 changed files with 5 additions and 5 deletions

View File

@@ -85,11 +85,11 @@ The template above includes the example `links.tpl` below
```smarty
<div id="box">
<h3>{$title}{/h3>
<h3>{$title}</h3>
<ul>
{foreach from=$links item=l}
.. do stuff ...
</foreach}
{/foreach}
</ul>
</div>
```