[Libreoffice-commits] core.git: extras/source
Andrea Pescetti
pescetti at apache.org
Tue Oct 8 02:02:03 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 849c890ebc1782aea2c98e1212920e943f128040
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
(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/>
More information about the Libreoffice-commits
mailing list