tweak headline - author template
This commit is contained in:
parent
da4caf5d86
commit
60164936d9
1 changed files with 2 additions and 2 deletions
|
@ -4500,7 +4500,7 @@
|
|||
$entry_author = $line["author"];
|
||||
|
||||
if ($entry_author) {
|
||||
$entry_author = __(" - by ") . $entry_author;
|
||||
$entry_author = __(" - ") . $entry_author;
|
||||
}
|
||||
|
||||
$parsed_updated = date(get_pref($link, 'LONG_DATE_FORMAT'),
|
||||
|
@ -4837,7 +4837,7 @@
|
|||
$entry_author = $line["author"];
|
||||
|
||||
if ($entry_author) {
|
||||
$entry_author = " - by $entry_author";
|
||||
$entry_author = " - $entry_author";
|
||||
}
|
||||
|
||||
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
|
||||
|
|
Loading…
Reference in a new issue