Skip to content
Snippets Groups Projects
Commit 72edab5f authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

close_button: fix warning

parent 7833760f
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,10 @@ class Close_Button extends Plugin {
function hook_article_button($line) {
if (!get_pref("COMBINED_DISPLAY_MODE")) {
$rv = "<i class='material-icons icon-close-article'
return "<i class='material-icons icon-close-article'
style='cursor : pointer' onclick='Article.close()'
title='".__('Close article')."'>close</i>";
}
return $rv;
}
function api_version() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment