extras/source/misc_config/wizard/web/layouts/layout.xsl  |    2 +-
 extras/source/misc_config/wizard/web/layouts/layoutX.xsl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 849c890ebc1782aea2c98e1212920e943f128040
Author: Andrea Pescetti <pesce...@apache.org>
Date:   Mon Oct 7 18:00:24 2013 +0000

    #i95765# Fix CSS classes in Web Page Wizard.
    
    Patch-By: motohoss <hcm...@hosscomm.com>.
    Reviewed-By: jza
    (cherry picked from commit f0577f5efa9609e14aa44f741a1faa3b8bec412f)

diff --git a/extras/source/misc_config/wizard/web/layouts/layout.xsl 
b/extras/source/misc_config/wizard/web/layouts/layout.xsl
index e539edf..a7a4058 100644
--- a/extras/source/misc_config/wizard/web/layouts/layout.xsl
+++ b/extras/source/misc_config/wizard/web/layouts/layout.xsl
@@ -121,7 +121,7 @@ places...
         
 
         <xsl:template match="document/@update-date">
-               <span class="doclastchangedate">
+               <span class="doclastchangeddate">
                        <xsl:value-of select="."/>
                </span>
                <br/>
diff --git a/extras/source/misc_config/wizard/web/layouts/layoutX.xsl 
b/extras/source/misc_config/wizard/web/layouts/layoutX.xsl
index ed683f8..3f9aec0 100644
--- a/extras/source/misc_config/wizard/web/layouts/layoutX.xsl
+++ b/extras/source/misc_config/wizard/web/layouts/layoutX.xsl
@@ -207,7 +207,7 @@
         
 
         <xsl:template match="document/@update-date">
-               <span class="doclastchangedate">
+               <span class="doclastchangeddate">
                        <xsl:value-of select="."/>
                </span>
                <br/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to