Perform large-scale removal of unneeded `@` symbols in templates
[GitHub/WoltLab/woltlab.github.io.git] / docs / view / template-plugins.md
index df4a0ac91efd9acfa76925c448f026a8056a0100..c7879b3a1e46d83ad4a1bda913965098e80abc00 100644 (file)
@@ -32,7 +32,7 @@ This functionality makes it easy to generate links with popover support.
 Instead of
 
 ```smarty
-<a href="{$entry->getLink()}" class="blogEntryLink" data-object-id="{@$entry->entryID}">{$entry->subject}</a>
+<a href="{$entry->getLink()}" class="blogEntryLink" data-object-id="{$entry->entryID}">{$entry->subject}</a>
 ```
 
 using