Merge pull request #33 from FHIR/br-anchor-in-library-template

Added anchor for cql-content in the liquid library template.
This commit is contained in:
Lloyd McKenzie 2020-06-29 19:49:32 -06:00 committed by GitHub
commit 8e3101f447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -307,7 +307,7 @@
{% if c.contentType = 'text/cql' %}
<tr>
<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>
</table>
</tr>