Changeset 10
- Timestamp:
- 09/08/06 22:04:53
- Files:
-
- trunk/phptagengine.class.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/phptagengine.class.inc.php
r8 r10 761 761 function tag_browse_url($tag = '', $type = '') { 762 762 $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)); 764 764 } 765 765
