From b68db0525d1a3ab279959deb291e39a76650d167 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 24 Apr 2016 14:04:14 +0000 Subject: [PATCH] use new et2 config --- doc/config2xet.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {