PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Template_Flexy » Bug #9436

url_rewrite doesn't work for background

Details

Request #9436url_rewrite doesn't work for background
Submitted2006-11-24 06:38 UTC
Fromseta at fujisystems dot co dot jp
Assignedalan_k
StatusClosed
PackageHTML_Template_Flexy
PHP Version5.1.6
OSWindows 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