Ignore:
Timestamp:
Jan 11, 2006, 10:26:14 AM (18 years ago)
Author:
skalpette
Message:

Correction d'accent et de traduction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irpg/trunk/htdocs/quest.php

    r1451 r1454  
    5959    }
    6060    else {
    61         echo "        <p><b>Qu&ecirc;te :</b> A $text.</p>\n";
     61        echo "        <p><b>Qu&ecirc;te :</b>".htmlentities(ucfirst($text)).".</p>\n";
    6262        if ($type == 1) {
    6363            echo "        <p><b>Temps restant :</b> ".duration($time-time()).
Note: See TracChangeset for help on using the changeset viewer.