-
Hi,
I had a problem with csstidy changing 0.x float values to ,x
It was because my PHP scripts are set to fr_FR locale.
There is a simple solution to correct this,
In the parse function, just add:
$old = setlocale(LC_ALL, 0);
setlocale(LC_ALL, 'en_US');
and before the return, add:
setlocale(LC_ALL, $old);
That's all :-)
2007-08-11 16:24:26 UTC in CSSTidy
-
Hi,
You said that in a previous issue closed:
| This feature request has now been closed for one of the following
| reasons:
| 1) It is very very old.
| 2) It is already in the software.
| 3) We don't see a need for it.
|
| You are free to either open it up again, or submit a new feature
| request.
So I submit a new feature since I think the closed issue is not so...
2007-06-04 22:03:00 UTC in TinyMCE
-
Après installation de Plume CMS 1.2.2 chez l'hébergeur 1and1, que ce soir sous PHP 4 ou PHP5, j'ai constaté ces problèmes graves par rapport à la recherche. Je ne pense pas que l'hébergement y soit pour quelque chose. Ces problèmes persistent aussi que ce soit en HTML ou Wiki.
– problème d'accentuation avec le champ de recherche de la page web (déjà reporté ici).
– les mots...
2007-02-08 02:39:34 UTC in Plume CMS