On 13/09/2013 21:15, Alexandro Colorado wrote:
Please implement the following patch from bug 95765. I have tested the bug
and seem that we only need to patch the stylesheet so that the CSS get's
correctly mapped.

from:

       <span *class=*"doclastchangedate">

t
​o:

       <span *class=*"doclastchange
​d​
date">

​Please apply.
File currently lives at:
http://svn.apache.org/viewvc/openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/


It seems:
     <xsl:template match="document/@update-date">
         <span class="doclastchangedate">
             <xsl:value-of select="."/>
         </span>
         <br/>
     </xsl:template>

There is a missing "d" in the changedate, like Alexandro told me to look for.

Kind regards,
     >Marco A.G.Pinto
       ------------------------

--

Reply via email to