Added anchor for cql-content in the liquid library template.

This commit is contained in:
Bryn Rhodes 2020-06-29 19:08:35 -06:00
parent a9a19ad265
commit 893c22eea2

View File

@ -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>