tapestry-dev@jakarta.apache.org
[Top] [All Lists]

Re: script type="text/javascript" in 3.0.2

Subject: Re: script type="text/javascript" in 3.0.2
From: "Mind Bridge"
Date: Wed, 9 Feb 2005 20:27:57 +0200
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

<Prev in Thread] Current Thread [Next in Thread>