From a6040c3484ffaddf1d4d6c499a9bb2317657dfa8 Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 12 May 2015 16:45:15 +0200 Subject: [PATCH] Questtype ?Textinput?: improve injection of input-fields --- questtypes/textinput/html/quest.tpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/questtypes/textinput/html/quest.tpl b/questtypes/textinput/html/quest.tpl index f76d70a6..c082bc7c 100644 --- a/questtypes/textinput/html/quest.tpl +++ b/questtypes/textinput/html/quest.tpl @@ -1,14 +1,14 @@
-

- - - - t(mb_substr($task['text'], $posStart, $posEnd-$posStart, 'UTF-8'))?> - class="" /> - - - t(mb_substr($task['text'], $posStart, mb_strlen($task['text'], 'UTF-8')-$posStart, 'UTF-8'))?> -

+ t($task['text']); ?> + + + + + class="" /> + + + +

.