]> git.wh0rd.org Git - tt-rss.git/commitdiff
outputArticleXML: markup cleanup
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 6 Nov 2010 19:23:59 +0000 (22:23 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 6 Nov 2010 19:24:43 +0000 (22:24 +0300)
functions.php

index d5b3c436d7ab7129ff040132a8e8b9da41a474b1..8b9c742e275b35cbaf425869752acbdc276856d3 100644 (file)
 
 
                        print "<div class=\"postReply\">";
-
-                       print "<div class=\"postHeader\" onmouseover=\"enable_resize(false)\" 
-                               onmouseout=\"enable_resize(false)\">";
+                       print "<div class=\"postHeader\">";
 
                        $entry_author = $line["author"];
 
                                        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')."'>";
                                }