Changeset 10

Show
Ignore:
Timestamp:
09/08/06 22:04:53
Author:
svn
Message:

add a missing urlencode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phptagengine.class.inc.php

    r8 r10  
    761761        function tag_browse_url($tag = '', $type = '') { 
    762762                $type = $this->default_value('type', $type); 
    763                 return $this->token_replace($this->tag_browse_url, $tag, $type); 
     763                return $this->token_replace($this->tag_browse_url, urlencode($tag), urlencode($type)); 
    764764        } 
    765765