Restyling configfiles with textareas instead of pre

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-02-11 19:35:18 +01:00
parent b0279025d0
commit bc80fb71df
4 changed files with 15 additions and 25 deletions

View File

@@ -1,3 +1,3 @@
<div class="pushbot">
<pre class="shell">{$commands}</pre>
<textarea class="shell" rows="{$numbrows}" readonly>{$commands}</textarea>
</div>