summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/VNDB/Plugin/TransAdmin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Plugin/TransAdmin.pm b/lib/VNDB/Plugin/TransAdmin.pm
index 974fd13f..777feb83 100644
--- a/lib/VNDB/Plugin/TransAdmin.pm
+++ b/lib/VNDB/Plugin/TransAdmin.pm
@@ -213,7 +213,7 @@ sub _section {
div style => 'float: left';
if($multi) {
textarea name => $key, id => $key, rows => $multi+2, @disabled,
- style => 'width: 700px; height: auto; white-space: nowrap; border: none', wrap => 'off', $tl;
+ style => 'width: 700px; height: auto; white-space: pre; border: none', wrap => 'off', $tl;
} else {
input type => 'text', class => 'text', name => $key, id => $key, value => $tl,
style => 'width: 700px; border: none', @disabled;