Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2479 visitors today
Log In Register

Forum OpenACS Q&A: angle brackets appearing/disappearing at random near statements

OpenACS Home : Forums : OpenACS Q&A : angle brackets appearing/disappearing at random near statements

Icon of Envelope Request notifications

I have a master template that gives a wierd effect: i sometimes get  a lone < in the rendered page or a /td> missing it's opening <

on a reload - the symptom dissapears.

the </td> came slap bang after a </if> - by inserting a space between them it seems that occasionally the space is deleted (no big deal - but disturbing)

the bare < character is either from the opening < of a </if> tag or from the <slave> tag.

I built this master from another one (that seems not to exhibit the problem), so I'm going hunting for unbalanced tags (but it looks ok so far).

it's just wierd that it is random (like one in every 5 or so)

has anyone experience anything like this?

just clarifying the subject - the <if> </if> tags got munched in the subject
here's a new symptom - in a different master template (same server, same tcl, different adp), the page opens with: " <<html>"

wierd huh.