Added anchor for cql-content in the liquid library template.
This commit is contained in:
parent
a9a19ad265
commit
893c22eea2
@ -307,7 +307,7 @@
|
|||||||
{% if c.contentType = 'text/cql' %}
|
{% if c.contentType = 'text/cql' %}
|
||||||
<tr>
|
<tr>
|
||||||
<table>
|
<table>
|
||||||
<tr><th><b>Content: </b> {{c.contentType}}</th></tr>
|
<tr><th><a id="cql-content"><b>Content: </b></a> {{c.contentType}}</th></tr>
|
||||||
<tr><td><pre><code>{{c.data.decode('base64').escape('html')}}</code></pre></td></tr>
|
<tr><td><pre><code>{{c.data.decode('base64').escape('html')}}</code></pre></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user