1
0
Fork 0

Handling of special characters

This commit is contained in:
Michael 2021-06-14 12:38:42 +00:00
commit c3cfc443ae
9 changed files with 14 additions and 14 deletions

View 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}}