1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

#6 - LAN clean-up (HTML removal, double quotes, generic)

This commit is contained in:
Moc
2013-03-21 00:50:16 +01:00
parent f6b1bc9394
commit dc71a8500e
6 changed files with 251 additions and 254 deletions

View File

@@ -998,7 +998,7 @@ if(isset($page_title[$action]))
// Next-Previous. ==========================
$text .= sprintf(RL_LAN_126, $num_entry);
$text .= sprintf(str_replace("[x]", "<strong>%d</strong>", RL_LAN_126), $num_entry);
if($num_entry > $amount)
{
$parms = "{$num_entry},{$amount},{$from},".e_SELF."?".$action.".[FROM]";