From: Gabriel Wicke Date: Thu, 22 Apr 2004 22:45:31 +0000 (+0000) Subject: typo X-Git-Tag: 1.3.0beta1~321 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=bbd73ee3b8c6b56abe120615c3b0f778b2acd17a;p=lhc%2Fweb%2Fwiklou.git typo --- diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index 1f2930276d..39dbe70edd 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -84,7 +84,7 @@ #} $tpl->setRef( "title", &$this->titletxt ); // ? - if(!empty($action) { + if(!empty($action)) { $taction = $this->getPageTitleActionText(); $taction = !empty($taction)?' - '.$taction:''; } else { $taction = ''; }