Home » HTML » HTML_Template_Flexy » Bug #9436
url_rewrite doesn't work for background
Details
| Request #9436 | url_rewrite doesn't work for background |
|---|---|
| Submitted | 2006-11-24 06:38 UTC |
| From | seta at fujisystems dot co dot jp |
| Assigned | alan_k |
| Status | Closed |
| Package | HTML_Template_Flexy |
| PHP Version | 5.1.6 |
| OS | Windows XP |
| Roadmaps | (Not assigned) |
Comments
[2006-11-24 06:38 UTC] seta at fujisystems dot co dot jp
Description:
------------
It seems that URLs in HREFs and SRCs are replaced, bat BACKGROUNDs are not replaced.
Test script:
---------------
I think
$this->reWriteURL("BACKGROUND");
should be added
to HTML/Template/Flexy/Compiler/Flexy/Tag.php (near L.170)
or to HTML/Template/Flexy/Compiler/Standard/Tag.php (near L.137)
[2006-11-24 09:47 UTC] seta at fujisystems dot co dot jp
action of form tag would have same problem