|
|
Just to mention: I think this patch is in the CVS head as well.
----- Original Message -----
From: "Markus Wiederkehr" <markus.wiederkehr@xxxxxxxxx>
To: "Tapestry development" <tapestry-dev@xxxxxxxxxxxxxxxxxx>
Sent: Wednesday, February 09, 2005 7:45 PM
Subject: script type="text/javascript" in 3.0.2
> I know it's not absolutely necessary, but how about adding
> type="text/javascript" to the Body component in 3.0.2? This would
> greatly help me making my project XHTML Transitional compliant...
>
> Here's the patch:
>
> --- Body.java 2005-02-09 18:43:29.000000000 +0100
> +++ Body.java.original 2005-02-09 18:38:40.000000000 +0100
> @@ -339,7 +339,6 @@
>
> writer.begin("script");
> writer.attribute("language", "JavaScript");
> - writer.attribute("type", "text/javascript");
> writer.printRaw("<!--");
>
> if (any(_imageInitializations))
>
>
> Markus
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-dev-unsubscribe@xxxxxxxxxxxxxxxxxx
> For additional commands, e-mail: tapestry-dev-help@xxxxxxxxxxxxxxxxxx
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: tapestry-dev-help@xxxxxxxxxxxxxxxxxx
|
|