X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=install.d%2Fformat.inc.php;h=46e2ae198794ae3800961b93a138235552d40f58;hb=cf0b2c70d5934ffdb36132028e7ededbb9580a51;hp=362acc25dd716b4e42a35480d7099b966f28e318;hpb=00a26f1a66292384baea0d126e9672b746d6c8d7;p=banana.git diff --git a/install.d/format.inc.php b/install.d/format.inc.php index 362acc2..46e2ae1 100644 --- a/install.d/format.inc.php +++ b/install.d/format.inc.php @@ -44,10 +44,10 @@ function formatSpoolHeader($_header,$_text,$_id,$_group,$_isref,$_isread=true) { return ''.htmlentities($_text).''; } else { if ($_isread) { - return "" + return "" .htmlentities($_text).""; }else { - return "" + return "" .htmlentities($_text).""; } } @@ -104,7 +104,7 @@ function formatDisplayHeader($_header,$_text,$_spool) { $p=array_pop($parents); while ($p) { $rsl .= "group}" - ."&id=$p\">$ndx "; + ."&id=$p\">$ndx "; $_spool->overview[$p]->desc++; $p = $_spool->overview[$p]->parent; $ndx++; @@ -157,7 +157,7 @@ function displayshortcuts() { if ($first==$ndx) { echo "[$ndx-".min($ndx+$news['max']-1,sizeof($spool->overview))."] "; } else { - echo "[$ndx-".min($ndx+$news['max']-1,sizeof($spool->overview)) ."] "; } @@ -170,10 +170,10 @@ function displayshortcuts() { echo "[" .$locale['format']['group_b'].$group .$locale['format']['group_a']."] "; - echo "[" + echo "[" .$locale['format']['followup']."] "; if (checkcancel($post->headers)) { - echo "[" + echo "[" .$locale['format']['cancel']."] "; } break;