Skip to content

Commit

Permalink
MDL-31850 wiki: extra whitespace removed from form
Browse files Browse the repository at this point in the history
  • Loading branch information
Juho Viitasalo authored and Sam Hemelryk committed May 17, 2012
1 parent 843599a commit 5724bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/wiki/lib.php
Expand Up @@ -483,7 +483,7 @@ function wiki_search_form($cm, $search = '') {
$output .= '<input name="courseid" type="hidden" value="' . $cm->course . '" />';
$output .= '<input name="cmid" type="hidden" value="' . $cm->id . '" />';
$output .= '<input name="searchwikicontent" type="hidden" value="1" />';
$output .= ' <input value="' . get_string('searchwikis', 'wiki') . '" type="submit" />';
$output .= '<input value="' . get_string('searchwikis', 'wiki') . '" type="submit" />';
$output .= '</fieldset>';
$output .= '</form>';
$output .= '</div>';
Expand Down

0 comments on commit 5724bb1

Please sign in to comment.