On Fri, Apr 23, 2010 at 5:21 PM, Luciano Resende <[email protected]> wrote: > 2010/4/23 ant elder <[email protected]>: >> Something seems to be up with the website synchronization between the >> wiki and the live website where things like the content inside some >> markup tags isn't appearing on the live site even though it does exist >> in the wiki pages. We'll take a look... >> > > I have forced a Tuscany website export, hopefully this will fix the > problem after the new sync. >
I'd tried that too, but that was hours ago now and nothing seems to have changed so i don't think its working. Whats interesting is if you look at the html page source the text is there but wrapped in what must be incorrect tags, for example the bottom of the page http://tuscany.apache.org/sca-java-implementationjava.html has: <DIV class="code panel" style="border-width: 1px;"><DIV class="codeContent panelContent"> <SCRIPT type="syntaxhighlighter" class="toolbar: false; theme: default; brush: java; gutter: false"><![CDATA[ <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" targetNamespace="http://sample" xmlns:sample="http://sample" name="SampleComposite"> <component name="SampleComponent"> <implementation.java class="sample.SampleImpl"/> </component> </composite> ]]></SCRIPT> </DIV></DIV> ...ant
