From: Magnus Manske Date: Wed, 21 Jul 2004 20:34:27 +0000 (+0000) Subject: Article validation code (tab fix) X-Git-Tag: 1.5.0alpha1~2623 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=fd743e4d8dd780ed402086e532b129bf11412f05;p=lhc%2Fweb%2Fwiklou.git Article validation code (tab fix) --- diff --git a/includes/SpecialValidate.php b/includes/SpecialValidate.php index 1bd180ff64..155376e6df 100644 --- a/includes/SpecialValidate.php +++ b/includes/SpecialValidate.php @@ -71,7 +71,8 @@ class Validation if ( $article_title == "" ) { $article_title = $_GET['article'] ; - $heading = "

" . $article->getPrefixedText() . "

\n" ; +# $heading = "

" . $article->getPrefixedText() . "

\n" ; + $heading = "

" . $article_title . "

\n" ; } else $heading = "" ; $article_time = "" ;