diff --git a/index.php b/index.php index 535f16a4..15af7ffd 100644 --- a/index.php +++ b/index.php @@ -1009,7 +1009,12 @@ function print_add_ticket() $value = stripslashes(hesk_input($_SESSION['c_question'])); } $cls = in_array('question', $_SESSION['iserror']) ? ' class="isError" ' : ''; - echo '
' . $hesk_settings['question_ask'] . '
'; + echo '
' . $hesk_settings['question_ask'] . '
+ +
+
'; ?>