]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/tables.tpl
Handling of special characters
[friendica.git] / view / templates / tables.tpl
index 8fdd12a37b147923d0c73518c1c87cc6e5cdb9bc..2bf38c9f10ca8384fe245324410d6117091efed4 100644 (file)
@@ -6,5 +6,5 @@ Database Tables
 | Table | Description |
 |-------|-------------|
 {{foreach $tables as $table}}
-| [{{$table.name}}](help/database/db_{{$table.name}}) | {{$table.comment}} |
+| [{{$table.name nofilter}}](help/database/db_{{$table.name nofilter}}) | {{$table.comment nofilter}} |
 {{/foreach}}