diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-24 22:39:10 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-24 22:39:10 -0600 |
commit | 324c251aafe36a1c94410bde2f4f09ad07bd33be (patch) | |
tree | 563a5cd00f975f797cbd1c692b293de6ac1002d9 /kdoctools/customization/kde-web-navig.xsl | |
parent | 9a3888489dd9e1c1100c1db8feee255ebabd86c7 (diff) | |
download | tdelibs-324c251aafe36a1c94410bde2f4f09ad07bd33be.tar.gz tdelibs-324c251aafe36a1c94410bde2f4f09ad07bd33be.zip |
Fix tdelibs entities, text strings for future maintenance of handbook files.
This partially resolves bug report 694.
Diffstat (limited to 'kdoctools/customization/kde-web-navig.xsl')
-rw-r--r-- | kdoctools/customization/kde-web-navig.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdoctools/customization/kde-web-navig.xsl b/kdoctools/customization/kde-web-navig.xsl index 3892d96f2..e8d2c713d 100644 --- a/kdoctools/customization/kde-web-navig.xsl +++ b/kdoctools/customization/kde-web-navig.xsl @@ -14,8 +14,8 @@ </tr> <tr id="logo"> <td valign="top"> - <img src="{$kde.common}kde_logo.png" alt="KDE - - The K Desktop Environment" width="296" height="79" border="0" /> + <img src="{$kde.common}kde_logo.png" alt="TDE - + The Trinity Desktop Environment" width="296" height="79" border="0" /> </td> <td valign="middle" align="center" id="location"> <h1><!-- Why was this used in fact: could the text not just be copied?--> @@ -40,7 +40,7 @@ </a> </xsl:if> </td> - + <td align="center" class="navCenter" width="34%"> <xsl:choose> <xsl:when test="count($up) > 0 and $up != $home"> |