Changeset 155 for trunk/admin

Show
Ignore:
Timestamp:
04/20/06 19:02:52 (3 years ago)
Author:
michiel
Message:

The title of a comment also needs input checking

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r144 r155  
    10221022                        <div class="log_head"> 
    10231023                                <span class="log_subject<?=($row["deleted"]?" log_deleted":"")?>"> 
    1024                                         <?=$row["title"]?> (<?=$articles[$row["articles_id"]]?>) 
     1024                                        <?=htmlspecialchars(stripslashes($row["title"]))?> (<?=$articles[$row["articles_id"]]?>) 
    10251025                                        <span class="log_cat"><br /> 
    10261026                                                name: <?=stripslashes(htmlspecialchars($row["name"]))?>&nbsp;ip: <?=$row["ip"]?><br />