mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
Bugtracker #5007 - tidy print output text
This commit is contained in:
@@ -72,7 +72,7 @@ else
|
|||||||
}
|
}
|
||||||
$news_datestamp = $con->convert_date($news_datestamp, "long");
|
$news_datestamp = $con->convert_date($news_datestamp, "long");
|
||||||
$print_text = "<span style=\"font-size: 13px; color: black; font-family: tahoma, verdana, arial, helvetica; text-decoration: none\">
|
$print_text = "<span style=\"font-size: 13px; color: black; font-family: tahoma, verdana, arial, helvetica; text-decoration: none\">
|
||||||
<b>".LAN_PRINT_135.": ".$news_title."</b>
|
<b>".LAN_PRINT_135.$news_title."</b>
|
||||||
<br />
|
<br />
|
||||||
(".LAN_PRINT_86." ".$tp->toHTML($category_name,FALSE,"defs").")
|
(".LAN_PRINT_86." ".$tp->toHTML($category_name,FALSE,"defs").")
|
||||||
<br />
|
<br />
|
||||||
|
Reference in New Issue
Block a user