Changeset 235 for quests/ListQuests.php


Ignore:
Timestamp:
Jan 15, 2008, 9:45:59 PM (17 years ago)
Author:
maron
Message:

Větší počet menší úprav

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/ListQuests.php

    r234 r235  
    4141            <td><a href="form.php?ID='.$Line['ID'].'">'.$Line['ID'].'</a></td>
    4242            <td>'.$Line['entry'].'</td>
    43             <td>'.$Line['Title'].'</td>';
     43            <td>'.htmlspecialchars($Line['Title']).'</td>';
    4444            if ($address == 'selection') echo '<td>'.$Line['CountQuest'].'</td>'; else
    4545            if ($address <> 'limitx') echo '<td>'.@$Line['User'].'</td>
Note: See TracChangeset for help on using the changeset viewer.