summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-06 22:23:59 +0300
committerAndrew Dolgov <[email protected]>2010-11-06 22:24:43 +0300
commit9ed0b90f634f6f6a18402f902d1ab124598248dd (patch)
treea351d03fe0311d671d254f153454ad66b3bef93c
parentffbe082dd0fcaf83658ac0a13ad1bdddeb4e0138 (diff)
outputArticleXML: markup cleanup
-rw-r--r--functions.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/functions.php b/functions.php
index d5b3c436d..8b9c742e2 100644
--- a/functions.php
+++ b/functions.php
@@ -4789,9 +4789,7 @@
print "<div class=\"postReply\">";
-
- print "<div class=\"postHeader\" onmouseover=\"enable_resize(false)\"
- onmouseout=\"enable_resize(false)\">";
+ print "<div class=\"postHeader\">";
$entry_author = $line["author"];
@@ -4825,20 +4823,20 @@
href=\"#\" onclick=\"editArticleTags($id, $feed_id)\">(+)</a>";
print "<img src=\"".theme_image($link, 'images/art-zoom.png')."\"
- class='tagsPic' style=\"cursor : pointer\" style=\"cursor : pointer\"
+ class='tagsPic' style=\"cursor : pointer\"
onclick=\"zoomToArticle($id)\"
alt='Zoom' title='".__('Show article summary in new window')."'>";
$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);
print "<img src=\"".theme_image($link, 'images/art-pub-note.png')."\"
- class='tagsPic' style=\"cursor : pointer\" style=\"cursor : pointer\"
+ class='tagsPic' style=\"cursor : pointer\"
onclick=\"publishWithNote($id, '$note_escaped')\"
alt='PubNote' title='".__('Publish article with a note')."'>";
if (DIGEST_ENABLE) {
print "<img src=\"".theme_image($link, 'images/art-email.png')."\"
- class='tagsPic' style=\"cursor : pointer\" style=\"cursor : pointer\"
+ class='tagsPic' style=\"cursor : pointer\"
onclick=\"emailArticle($id)\"
alt='Zoom' title='".__('Forward by email')."'>";
}