diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-03 22:47:55 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-03 22:47:55 +0100 |
commit | c27ce1940c6c19199f71df96a01d176ba7452191 (patch) | |
tree | 24845a84be285219cae7d28a6fb5eb1dfe8fa2f8 /html/templ.html | |
parent | 7bf14a95b4a4adb7f55308532e7d6ffc8305bdc1 (diff) |
Minor changes to the template0.2
Diffstat (limited to 'html/templ.html')
-rw-r--r-- | html/templ.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/html/templ.html b/html/templ.html index 7729b23..91c0189 100644 --- a/html/templ.html +++ b/html/templ.html @@ -14,7 +14,9 @@ <div class="raw_content"> <div class="raw_title">Raw paste: </div> - <textarea class="raw_content"><pre>{{RAW_CONTENT}}</pre></textarea> +<pre> +<textarea class="raw_content">{{RAW_CONTENT}}</textarea> +</pre> </div> </body> |