summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-02-15 14:18:31 +0300
committerAndrew Dolgov <[email protected]>2010-02-15 14:18:31 +0300
commit02b289d6611a535b8d498bfbbccd884164e02f24 (patch)
treef415e98baad0c3e37d50d6ce278b382e9df10bed /functions.php
parente258bceb68558f4c43e61b2e133ade4b89b6c19a (diff)
feedlist: replace a elements with spans
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 1563c95ee..a1aabf9a5 100644
--- a/functions.php
+++ b/functions.php
@@ -1657,8 +1657,8 @@
$link_title = "Updated: $last_updated";
}
- $feed = "<a title=\"$link_title\" id=\"FEEDL-$feed_id\"
- href=\"javascript:viewfeed('$feed_id', '', false, '', false, 0);\">$feed_title</a>";
+ $feed = "<span class='feedlink' title=\"$link_title\" id=\"FEEDL-$feed_id\" href=\"#\"
+ onclick=\"viewfeed('$feed_id');\">$feed_title</span>";
/* if ($feed_id < -10) {
$bg_color = "#00ccff";