diff --git a/doc/config2xet.php b/doc/config2xet.php index 684a988733..0660b73e43 100644 --- a/doc/config2xet.php +++ b/doc/config2xet.php @@ -79,6 +79,7 @@ foreach($trs[2] as $n => $tr) switch($matches[1]) { case 'input': + case 'textarea': echo "\t\t\t\t\t $value) @@ -86,7 +87,7 @@ foreach($trs[2] as $n => $tr) echo " $name=\"$value\""; } echo "/>\n"; - if (trim($matches[3])) + if (trim($matches[3]) && $matches['1'] == 'input') { if ($commented) {