Changeset 1292 for trunk/rss/tags.php

Show
Ignore:
Timestamp:
02/18/06 23:20:06 (3 years ago)
Author:
mbonetti
Message:

strip tags from tags. (*chuckle chuckle*)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/tags.php

    r1181 r1292  
    8484if (array_key_exists('tag', $_GET)) { 
    8585    // while this one displays a list of items for the requested tag(s) 
    86     $tag = $_GET['tag']; 
     86    $tag = strip_tags($_GET['tag']); 
    8787    $twhere = ""; 
    8888    $tarr = explode(" ", $tag);