Skip to content

Commit

Permalink
MDL-61250 questions: Omit leading space in question preview link
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Jan 25, 2018
1 parent a4f914b commit eeb8e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/engine/renderer.php
Expand Up @@ -52,7 +52,7 @@ public function get_page() {
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');
Expand Down

0 comments on commit eeb8e89

Please sign in to comment.