Exclude the article author from the cdm title link
This commit is contained in:
parent
bd3c672320
commit
13e283ed45
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ class Feeds extends Handler_Protected {
|
|||
target=\"_blank\" href=\"".
|
||||
htmlspecialchars($line["link"])."\">".
|
||||
$line["title"] .
|
||||
" <span class=\"author\">$entry_author</span></a>";
|
||||
"</a> <span class=\"author\">$entry_author</span>";
|
||||
|
||||
$reply['content'] .= $labels_str;
|
||||
|
||||
|
|
Loading…
Reference in a new issue