Merge pull request #13248 from CommanderRoot/patch-1

Fix unwanted escaping
This commit is contained in:
Michal Čihař 2017-05-09 11:48:14 +02:00 committed by GitHub
commit 887a241c6d
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
<a href="sql.php{{ tbl_url_query }}&amp;pos=0">
<a href="sql.php{{ tbl_url_query|raw }}&amp;pos=0">
{{ title|raw }}
</a>

View File

@ -1,3 +1,3 @@
<a href="sql.php{{ tbl_url_query }}&amp;pos=0" title="{{ title }}">
<a href="sql.php{{ tbl_url_query|raw }}&amp;pos=0" title="{{ title }}">
{{ truename }}
</a>

View File

@ -1,4 +1,4 @@
<a class="truncate_table_anchor ajax" href="sql.php{{ tbl_url_query }}&amp;sql_query=
<a class="truncate_table_anchor ajax" href="sql.php{{ tbl_url_query|raw }}&amp;sql_query=
{{- sql_query }}&amp;message_to_show={{ message_to_show }}">
{{ title|raw }}
</a>

View File

@ -1,3 +1,3 @@
<a href="tbl_select.php{{ tbl_url_query }}">
<a href="tbl_select.php{{ tbl_url_query|raw }}">
{{ title|raw }}
</a>