summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index b57087c00..1708dad6f 100644
--- a/functions.php
+++ b/functions.php
@@ -4717,14 +4717,14 @@
if (defined('_ENABLE_INLINE_VIEW')) {
print "<img src=\"images/art-inline.png\" class='tagsPic'
+ style=\"cursor : pointer\" style=\"cursor : pointer\"
onclick=\"showOriginalArticleInline($id)\"
alt='Inline' title='".__('Display original article content')."'>";
}
print "<img src=\"images/art-zoom.png\" class='tagsPic'
- style=\"cursor : pointer\"
- style=\"cursor : pointer\"
+ style=\"cursor : pointer\" style=\"cursor : pointer\"
onclick=\"zoomToArticle($id)\"
alt='Zoom' title='".__('Show article summary in new window')."'>";
} else {