Changeset 232
- Timestamp:
- 01/12/05 23:02:22 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
randomized-blogroll/trunk/random-blogroll-plugin.php
r230 r232 129 129 function getAnchorHTML() 130 130 { 131 return "<a href=\"".$this->url."\" title=\"".htmlspecialchars($this->description, ENT_COMPAT)."\" rel=\"bookmark\">".$this->name."</a>"; 131 return "<a href=\"".$this->url."\" title=\"". 132 htmlspecialchars($this->description, ENT_COMPAT). 133 "\" rel=\"bookmark\">".$this->name."</a>"; 132 134 } 133 135 }
