diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-07 01:04:32 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-07 01:04:32 +0400 |
| commit | ecac674adebce15fa8921b8c86cda2dba6ee7c34 (patch) | |
| tree | 22ddcc732fc5b6a18af3db6eb0955ca42c0d314e /classes | |
| parent | 196464eef212a4e0f6be392cea2128a7143f0f80 (diff) | |
remove RTITLE
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/feeds.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/feeds.php b/classes/feeds.php index ed0785c09..be5470922 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -465,8 +465,8 @@ class Feeds extends Handler_Protected { $reply['content'] .= "</div>"; $reply['content'] .= "<div onclick='return hlClicked(event, $id)' - class=\"hlTitle\"><span class='hlContent$hlc_suffix'>"; - $reply['content'] .= "<a id=\"RTITLE-$id\" class=\"title\" + class=\"hlTitle\"><span class='hlTitle hlContent$hlc_suffix'>"; + $reply['content'] .= "<a class=\"title\" href=\"" . htmlspecialchars($line["link"]) . "\" onclick=\"\">" . truncate_string($line["title"], 200); @@ -570,7 +570,7 @@ class Feeds extends Handler_Protected { $reply['content'] .= "</div>"; - $reply['content'] .= "<span id=\"RTITLE-$id\" + $reply['content'] .= "<span onclick=\"return cdmClicked(event, $id);\" class=\"titleWrap$hlc_suffix\"> <a class=\"title\" |