Add missing type indicator for template plugins
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 12 Jan 2023 15:53:17 +0000 (16:53 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 12 Jan 2023 15:53:17 +0000 (16:53 +0100)
My regex search missed these, due to the additional version information.

docs/view/template-plugins.md

index ab996d29e4692da2503af7cb6b1d84e1280809b8..a89470598c009f0acba2270936172a6dfec88975 100644 (file)
@@ -441,7 +441,7 @@ require(['Language', /* … */], function(Language, /* … */) {
 ```
 
 
-## <span class="label label-info">5.5+</span> `json`
+## <span class="label label-info">5.5+</span> `|json`
 
 `json` JSON-encodes the given value.
 
@@ -566,7 +566,7 @@ For detailed information on its usage, we refer to the extensive documentation i
 | `application`, `id`, `object`, `title` | additional parameters passed to `LinkHandler::getLink()` to generate page links |
 
 
-## <span class="label label-info">5.5+</span> `phrase`
+## <span class="label label-info">5.5+</span> `|phrase`
 
 `phrase` replaces a language items with its value.
 If the template variable `__language` exists, this language object will be used instead of `WCF::getLanguage()`.