Timwi wrote:
Update of /cvsroot/wikipedia/phase3/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2125/includes
Modified Files: SkinPHPTal.php Log Message: Little bugfix in user CSS preview
I apologise for this mammoth patch that was almost only whitespace changes. The real change was this (line 541):
- $this->usercss = '@import "'.$this->makeUrl('-','action=raw &gen=css&smaxage=0&maxage=0').');'."\n"; + $this->usercss = '@import "'.$this->makeUrl('-','action=raw &gen=css&smaxage=0&maxage=0').'";'."\n";
wikitech-l@lists.wikimedia.org