Home » HTML » Pager » Bug #4866
unwanted htmlentities() in Common.php
Details
| Submitted | 2005-07-20 01:11 UTC |
|---|---|
| From | madis555N-OS-PAM at hot dot ee |
| Assigned | quipo |
| Status | No Feedback |
| Package | Pager |
| PHP Version | Irrelevant |
| OS | fbsd |
| Roadmaps | (Not assigned) |
Comments
[2005-07-20 01:11 UTC] madis555N-OS-PAM at hot dot ee
Description:
------------
unwanted htmlentities() in Common.php
Reproduce code:
---------------
--- Common.php.bak Mon Jul 4 11:18:42 2005
+++ Common.php Wed Jul 20 03:25:29 2005
@@ -644,7 +644,7 @@
$href = sprintf($this->_fileName, $this->_linkData[$this->_urlVar]);
}
return sprintf('<a href="%s"%s title="%s">%s</a>',
- htmlentities($this->_url . $href),
+ $this->_url . $href,
empty($this->_classString) ? '' : ' '.$this->_classString,
$altText,
$linkText