Board architecture and functionality goes here.
Buffistas Building a Better Board
Do you have problems, concerns or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
There isn't any way to turn it off?
I'll look at it some more. Coming up with a pattern that clearly identifies that a '=' is not in html is the trick.
It strikes me as odd that Tidy is changing stuff that's not actually in a tag. That is worrisome. Maybe the HTML we're handing it is a bit flakey?
If anyone else is having the subscribe/unsubscribe error, and is willing to help debugging efforts, please raise your hand where I can see it.
ita, you might want to ask in Press. I know that seems like overkill, but I noticed at least one person, who posted in Bureau, about getting the error. Possibly non-techies check this thread none too often.
Tidy is changing stuff that's not actually in a tag.
It doesn't. I have a kludge in there to always removes delimiters on attributes, because tidy won't fix unbalanced delimiters, but it will fix missing delimiters. My code to do the kludge is the thing adding decoration where we don't want it. If we just want tidy to do what it ordinarily does for mixed delimiters ...
input: <code="gg'> = </code>
... the fix is really easy. I can just yank out the kludge.
tidy sez: line 1 column 1 - Warning: <code> unexpected or duplicate quote mark
and generates: <code>=</code>
eta: You will notices that it ate the attribute.
eta, again... anyway, I made that change, over in gus.b.../post.php
Is it four deleted lines (one of which is comment)? I have your code transferred into the most recent version of board code, so it doesn't look precisely like your post.php.
Yes.
This was removed:
eta: nevermind, I am not going to convert that to board-showable text.
The three after
strip all delimitation off URIs and let tidy do the heavy lifting
Sorry, I've been offline since yesterday afternoon. Is bashing still needed at the test site?