From: Don S. <do...@se...> - 2003-01-14 19:08:48
|
In trying to port some documentation over to pagemaster, I noticed that I have a lot of references to variables inside < and > chars, like "<pid>". The problem is pagemaster is interpreting this as an attempted HTML tag and stripping it out. I have a lot of different references so adding every one to the allowed_tags var isn't reasonable. < and > get altered by pagemaster so they literally display "<" or ">" respectively. Is there a way to get those chars to display? Don. |