No known key found for this signature in database
GPG Key ID: 919533E2B946EA10
1 changed files with
1 additions and
1 deletions
-
src/Gist/Resources/views/View/embed.html.twig
|
|
@ -101,7 +101,7 @@ |
|
|
|
<div class="tab-content"> |
|
|
|
<div id="view" class="tab-pane active in"> |
|
|
|
<div id="viewer"> |
|
|
|
<pre><code {% if gist.cipher %}data-cipher{% endif %} class="language-{{ gist.highlightType }}">{{ raw_content }}</code></pre> |
|
|
|
<pre><code {% if gist.cipher %}data-cipher{% endif %} class="line-numbers language-{{ gist.highlightType }}">{{ raw_content }}</code></pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|