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-navig-online.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-navig-online.xsl')
-rw-r--r-- | kdoctools/customization/kde-navig-online.xsl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdoctools/customization/kde-navig-online.xsl b/kdoctools/customization/kde-navig-online.xsl index 54434b07d..ff919b68e 100644 --- a/kdoctools/customization/kde-navig-online.xsl +++ b/kdoctools/customization/kde-navig-online.xsl @@ -45,13 +45,13 @@ <xsl:if test="$suppress.navigation = '0'"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr class="header"> - <td> <a href="/">docs.kde.org</a></td> + <td> <a href="/">www.trinitydesktop.org</a></td> <td align="right"><a href="/search_form.html">Search</a> </td> </tr> <tr id="logo"> <td valign="top"> - <a href="http://www.kde.org"><img src="{$kde.common}kde_logo.png" alt="KDE - - The K Desktop Environment" width="296" height="79" border="0" /></a> + <a href="http://www.trinitydesktop.org"><img src="{$kde.common}kde_logo.png" alt="TDE - + The Trinity Desktop Environment" width="296" height="79" border="0" /></a> </td> <td valign="middle" align="center" id="location"> <h1><!-- Why was this used in fact: could the text not just be copied?--> @@ -76,7 +76,7 @@ </a> </xsl:if> </td> - + <td align="center" class="navCenter" width="34%"> <xsl:choose> <xsl:when test="count($up) > 0 and $up != $home"> |