]> granicus.if.org Git - apache/commitdiff
Prevent browsers from wrapping "description", "status" and "module
authorYoshiki Hayashi <yoshiki@apache.org>
Thu, 13 Jun 2002 07:37:38 +0000 (07:37 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Thu, 13 Jun 2002 07:37:38 +0000 (07:37 +0000)
identitfier" (and their translations).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95639 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/common.xsl

index 7256767a7f4accb7f48edeb024419976347beb4a..8f201dcaaa2906e4590e303f67612697c7650acb 100644 (file)
           <table bgcolor="#cccccc" cellpadding="0" cellspacing="1"><tr><td>
             <table bgcolor="#ffffff">
               <tr>
-                <td valign="top"><span class="help"><xsl:value-of select="$messages/message[@name='description']"/>:</span></td>
+                <td valign="top" nowrap="nowrap"><span class="help"><xsl:value-of select="$messages/message[@name='description']"/>:</span></td>
                 <td><xsl:apply-templates select="description"/></td>
               </tr>
               <tr>
-                <td><a class="help" href="module-dict.html#Status"><xsl:value-of select="$messages/message[@name='status']"/>:</a></td>
+                <td nowrap="nowrap"><a class="help" href="module-dict.html#Status"><xsl:value-of select="$messages/message[@name='status']"/>:</a></td>
                 <td><xsl:value-of select="status"/></td>
               </tr>
               <xsl:if test="identifier">
                 <tr>
-                  <td><a class="help" href="module-dict.html#ModuleIdentifier"><xsl:value-of select="$messages/message[@name='moduleidentifier']"/>:</a> </td>
+                  <td nowrap="nowrap"><a class="help" href="module-dict.html#ModuleIdentifier"><xsl:value-of select="$messages/message[@name='moduleidentifier']"/>:</a> </td>
                   <td><xsl:value-of select="identifier"/></td>
                 </tr>
               </xsl:if>