Skip to content

Commit

Permalink
MDL-41646 Wiki: Removed unnecessary wiki_info class
Browse files Browse the repository at this point in the history
  • Loading branch information
apsdehal committed Feb 2, 2014
1 parent a7cae26 commit 416751f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion mod/wiki/pagelib.php
Expand Up @@ -1047,7 +1047,7 @@ protected function print_preview() {
}
$parseroutput = wiki_parse_content($data->contentformat, $text, $options);
$this->set_newcontent($text);
echo $OUTPUT->notification(get_string('previewwarning', 'wiki'), 'notifyproblem wiki_info');
echo $OUTPUT->notification(get_string('previewwarning', 'wiki'), 'notifyproblem');
$content = format_text($parseroutput['parsed_text'], FORMAT_HTML, array('overflowdiv'=>true, 'filter'=>false));
echo $OUTPUT->box($content, 'generalbox wiki_previewbox');
$content = $this->newcontent;
Expand Down
5 changes: 0 additions & 5 deletions mod/wiki/styles.css
Expand Up @@ -48,11 +48,6 @@
border: thin solid blue;
}

.wiki_info {
color: darkred;
text-decoration: underline;
}

.wiki_button {
margin: 5px;
}
Expand Down

0 comments on commit 416751f

Please sign in to comment.