diff --git a/question/engine/renderer.php b/question/engine/renderer.php index c2650a4f307..8d0b4f6ca46 100644 --- a/question/engine/renderer.php +++ b/question/engine/renderer.php @@ -52,7 +52,7 @@ class core_question_renderer extends plugin_renderer_base { public function question_preview_link($questionid, context $context, $showlabel) { if ($showlabel) { $alt = ''; - $label = ' ' . get_string('preview'); + $label = get_string('preview'); $attributes = array(); } else { $alt = get_string('preview');