summaryrefslogtreecommitdiff
path: root/extras/source/misc_config
diff options
context:
space:
mode:
authorAndrea Pescetti <pescetti@apache.org>2013-10-07 18:00:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-10-08 10:01:23 +0100
commit849c890ebc1782aea2c98e1212920e943f128040 (patch)
tree49e79dd6a1806f9feb061db46995bfe4cd45fcbf /extras/source/misc_config
parent1c316e0b060b9c58ef726631d4b4b86cb4ef149e (diff)
#i95765# Fix CSS classes in Web Page Wizard.
Patch-By: motohoss <hcmmac@hosscomm.com>. Reviewed-By: jza (cherry picked from commit f0577f5efa9609e14aa44f741a1faa3b8bec412f)
Diffstat (limited to 'extras/source/misc_config')
-rw-r--r--extras/source/misc_config/wizard/web/layouts/layout.xsl2
-rw-r--r--extras/source/misc_config/wizard/web/layouts/layoutX.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/extras/source/misc_config/wizard/web/layouts/layout.xsl b/extras/source/misc_config/wizard/web/layouts/layout.xsl
index e539edfa6fb5..a7a40584d6b1 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 ed683f8fdfb3..3f9aec094d7a 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/>