From: Gabriel Wicke Date: Thu, 24 Jun 2004 22:32:15 +0000 (+0000) Subject: add a class to the ul to make it styleable (red exclamation mark icon in front of... X-Git-Tag: 1.5.0alpha1~2778 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=65ec7dcab7be7994e5f592bb867b8fdda68154c6;p=lhc%2Fweb%2Fwiklou.git add a class to the ul to make it styleable (red exclamation mark icon in front of each for example) --- diff --git a/includes/SpecialUpload.php b/includes/SpecialUpload.php index 28f0cb89cb..f9dfebd824 100644 --- a/includes/SpecialUpload.php +++ b/includes/SpecialUpload.php @@ -234,7 +234,7 @@ class UploadForm { $sub = wfMsg( "uploadwarning" ); $wgOut->addHTML( "

{$sub}

\n" ); - $wgOut->addHTML( "
\n" ); + $wgOut->addHTML( "
\n" ); $save = wfMsg( "savefile" ); $reupload = wfMsg( "reupload" );