
rumble at cord
May 8, 2012, 8:51 AM
Post #2 of 3
(158 views)
Permalink
|
|
Re: svn commit: r1335581 - /httpd/httpd/trunk/docs/manual/style/xsl/common.xsl
[In reply to]
|
|
On 08-05-2012 17:25, André Malo wrote: > On Tuesday 08 May 2012 17:20:08 humbedooh [at] apache wrote: >> Author: humbedooh >> Date: Tue May 8 15:20:07 2012 >> New Revision: 1335581 >> >> URL: http://svn.apache.org/viewvc?rev=1335581&view=rev >> Log: >> Add something between <div> and </div> so the same thing doesn't happen >> again. bleh. > > You dropped the CDATA container... Readding should help. ;-) > > also the backslash in <\/div> is essential. So it won't be mistaken for > </script> (by a browser). > > nd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: docs-unsubscribe [at] httpd > For additional commands, e-mail: docs-help [at] httpd > The cdata container was turning the whole thing into <div>, and now I can't figure out how to re-add it without making the whole thing explode. I'm about to shoot myself in the head, can you please please fix this for me, so I don't cause serious bodily harm? With regards, Daniel. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe [at] httpd For additional commands, e-mail: docs-help [at] httpd
|