[livejournal] r19707: LJSUP-9396: At HTML tab not view all sou...
Committer: vad
LJSUP-9396: At HTML tab not view all source code[tags: vkurkin]
U trunk/cgi-bin/LJ/Widget/EntryForm.pm
Modified: trunk/cgi-bin/LJ/Widget/EntryForm.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/EntryForm.pm 2011-08-12 07:01:14 UTC (rev 19706)
+++ trunk/cgi-bin/LJ/Widget/EntryForm.pm 2011-08-12 07:43:38 UTC (rev 19707)
@@ -1425,10 +1425,7 @@
$out .= LJ::html_textarea({
'name' => 'event',
'value' => $opts->{'event'},
- 'rows' => '20',
- 'cols' => '50',
'tabindex' => $self->tabindex,
- 'wrap' => 'soft',
'disabled' => $opts->{'disabled_save'},
'id' => 'draft'
});
