I did the Tidy deal. Do I owe more?
Is debugging complete? Has the phantom "tidied" message stuff been resolved?
If it is done, I missed the notification.
Do you have problems, concerns or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
I did the Tidy deal. Do I owe more?
Is debugging complete? Has the phantom "tidied" message stuff been resolved?
If it is done, I missed the notification.
Phantom tidy message. Check. It fell off my radar. I'll look at it tonight.
Check and see if your new roomie has coding skills -- maybe he can earn his keep.
Isn't there the issue of tags like t br getting tidied with a closing t /b ?
Or do we not care about that? Or is that this phantom thing you're talking about?
Isn't there the issue of tags like <br> getting tidied with a closing </b> ?
Is that an issue here, or with Gus's new code? I didn't notice it with the new stuff.
eta: Huh. Tags did NOT get stripped in the quoted text. Not good. I wonder why that was.
I didn't notice it with the new stuff.
Jon's right. A <BR> gets converted to a <bR>, and gets closed with a </b>. In addition, I've noticed excessive closing of anchors (it goes ahead and closes them even if I've already done so). So far, I can't see how they can cause problems, per se, but they're so unpretty.
Jon's right.
In the code that Gus is testing, or here?
Here.
Then it doesn't matter, since Gus is working on entirely new code -- only the tidying bugs there are an issue.
Didn't get to this today. Not that there would have been a lot of difference between what my alchy roomy might have done and what I would have done about it today. Switching between Posix and regex is giving me crossed eyes.