summaryrefslogtreecommitdiff
path: root/plugins/mark_button
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-10 13:14:06 +0400
committerAndrew Dolgov <[email protected]>2013-07-10 13:14:06 +0400
commit84700dc2c9ec3aa7928673189aa3055e2305da15 (patch)
tree2522fd7ccc5cd42a1292358b68d49f02afc5ef61 /plugins/mark_button
parent06a39024ddf664c9cee2ec2e2e7b47c4c6859df4 (diff)
fix mark_button plugin icon url
Diffstat (limited to 'plugins/mark_button')
-rw-r--r--plugins/mark_button/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mark_button/init.php b/plugins/mark_button/init.php
index 103475251..4cdff53d0 100644
--- a/plugins/mark_button/init.php
+++ b/plugins/mark_button/init.php
@@ -26,7 +26,7 @@ class Mark_Button extends Plugin {
onclick='toggleMark($id)'>";
} else {
$marked_pic = "<img
- src=\"images/mark_unset.svg\"
+ src=\"images/mark_unset.png\"
class=\"markedPic\" alt=\"Star article\"
onclick='toggleMark($id)'>";
}