We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a164c commit c228943Copy full SHA for c228943
2 files changed
controller/main.php
@@ -413,7 +413,7 @@ private function display_pb()
413
$code = $snippet_text;
414
415
$highlighter = new \Tempest\Highlight\Highlighter();
416
- // TODO: Add option to change language used at this point html,css etc.
+ // TODO: Add option to change language used at this point html,css etc.
417
$code = $highlighter->parse($code, 'php');
418
419
$snippet_text_display = &$code;
styles/prosilver/template/pastebin_view.html
@@ -24,7 +24,7 @@ <h3>{{ SNIPPET_TITLE_V }}</h3>
24
<dl id="pastebin-codebox" class="codebox">
25
<dt>{{ lang('PASTEBIN_SNIPPET_TEXT') }}{{ lang('COLON') }}</dt>
26
<dd>
27
- {{ SNIPPET_TEXT_DISPLAY }}
+ <pre>{{ SNIPPET_TEXT_DISPLAY }}</pre>
28
</dd>
29
</dl>
30
0 commit comments