diff options
author | Andrea Pescetti <pescetti@apache.org> | 2013-10-07 18:00:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-08 10:01:23 +0100 |
commit | 849c890ebc1782aea2c98e1212920e943f128040 (patch) | |
tree | 49e79dd6a1806f9feb061db46995bfe4cd45fcbf /extras/source | |
parent | 1c316e0b060b9c58ef726631d4b4b86cb4ef149e (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')
-rw-r--r-- | extras/source/misc_config/wizard/web/layouts/layout.xsl | 2 | ||||
-rw-r--r-- | extras/source/misc_config/wizard/web/layouts/layoutX.xsl | 2 |
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/> |