[Libreoffice-commits] core.git: Branch 'aoo/trunk' - extras/source

Andrea Pescetti pescetti at apache.org
Mon Oct 7 11:08:04 PDT 2013


 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 f0577f5efa9609e14aa44f741a1faa3b8bec412f
Author: Andrea Pescetti <pescetti at apache.org>
Date:   Mon Oct 7 18:00:24 2013 +0000

    #i95765# Fix CSS classes in Web Page Wizard.
    
    Patch-By: motohoss <hcmmac at hosscomm.com>.
    Reviewed-By: jza

diff --git a/extras/source/misc_config/wizard/web/layouts/layout.xsl b/extras/source/misc_config/wizard/web/layouts/layout.xsl
index a112567..183cb9d 100644
--- a/extras/source/misc_config/wizard/web/layouts/layout.xsl
+++ b/extras/source/misc_config/wizard/web/layouts/layout.xsl
@@ -126,7 +126,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 751bb4e..f22c934 100644
--- a/extras/source/misc_config/wizard/web/layouts/layoutX.xsl
+++ b/extras/source/misc_config/wizard/web/layouts/layoutX.xsl
@@ -213,7 +213,7 @@
 	 
 
 	 <xsl:template match="document/@update-date">
-	 	<span class="doclastchangedate">
+	 	<span class="doclastchangeddate">
 	 		<xsl:value-of select="."/>
 	 	</span>
 	 	<br/>


More information about the Libreoffice-commits mailing list