|
From: Tara S. <te...@cl...> - 2001-11-10 21:28:48
|
Hello again,
after having fiddled enough with my templates to make them xhtml strict=20
compatible, I'm attacking the big bit: transform.php.
I'm having a bit of a hard time figuring out everything (coding there is=20
wayyyy too complex for my limited php knowledge), but I'm more or less=20
getting an idea of what I need to change.
One part which is resisting (there are probably others to come) is this o=
ne:
function wtt_bracketlinks($match, &$trfrm)
{
$link =3D ParseAndLink($match);
if (strstr($link['link'], "</form>")) {
// FIXME: BIG HACK: see note in wtm_plugin.
return "</p>" . $link['link'] . "<p>";
}
return $link["link"];
}
What is the </form> doing there? do I understand right, are we talking=20
about dealing with bracketed links?
Thanks for any explanations :)
Tara
--=20
Je r=E9ponds au mieux de mes connaissances
Climb to the Stars! - http://climbtothestars.org/
no tables: http://climbtothestars.org/coding/tableless/
Pompeurs Associ=E9s - http://pompage.net/
|