By: Jeff Hardy
Date: 2005-04-16
Time: 22:01
|
Tags remains
Hi,
When i use custom tags like this <custom_tag>bla</custom_tag>, after the merging i still see the custom tags in the source file of my browser.
I checked the manual and it says that TBS tags are deleted during the merging.
Thank you :)
|
By: Skrol29
Date: 2005-04-17
Time: 01:37
|
Re: Tags remains
Hi Jeff,
TBS tags are deleted during the merge, but custom tags are not TBS tags.
You have defined TBS tags bounding the block on your custom tags.
Custom tags are kept as if they were Html tags. In fact TBS doesn't know Html tags, so it doesn't make any difference between custom tags and Html tags.
You can deleted you custom tags using two simple str_replace().
|