diff options
author | Andrea Pescetti <pescetti@apache.org> | 2013-10-07 18:00:24 +0000 |
---|---|---|
committer | Andrea Pescetti <pescetti@apache.org> | 2013-10-07 18:00:24 +0000 |
commit | f0577f5efa9609e14aa44f741a1faa3b8bec412f (patch) | |
tree | acbc8b7dfcd31e5b2a8ae2e6dd58b6abfe7c93a8 /extras | |
parent | 345303a6cb1ba638fc2e151481a8735c22f9317b (diff) |
#i95765# Fix CSS classes in Web Page Wizard.
Patch-By: motohoss <hcmmac@hosscomm.com>.
Reviewed-By: jza
Notes
Notes:
merged as: 849c890ebc1782aea2c98e1212920e943f128040
Diffstat (limited to 'extras')
-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 a1125679ed88..183cb9dad6c9 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 751bb4e575d8..f22c93486d6d 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/> |