]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Alter "Also known As" to "replaces" showing deprecation process clearer.
authoramosjeffries <>
Thu, 23 Aug 2007 11:11:48 +0000 (11:11 +0000)
committeramosjeffries <>
Thu, 23 Aug 2007 11:11:48 +0000 (11:11 +0000)
Modify <pre> tag indentation - pretties up display sizing

scripts/www/template.html
scripts/www/template_single.html

index 713c52e55847a8d7a954009c2541653f96ff34d2..7089b927a8c2bc98449e6b91291813a578114b1f 100644 (file)
@@ -21,7 +21,7 @@
       <th>Option Name:</th><td id="name"><a name="%name%">%name%</a></td>
     </tr>
     <tr>
-      <th>Also Known As:</th><td id="alias">%aliaslist%</td>
+      <th>Replaces:</th><td id="alias">%aliaslist%</td>
     </tr>
     <tr>
       <th>Requires:</th><td id="requires">%ifdef%</td>
     <tr>
       <th>Suggested Config:</th>
       <td id="config">
-        <pre>
+<pre>
 %config%
-        </pre>
+</pre>
       </td>
     </tr>
     <tr>
       <td id="detail" colspan="2">
-        <pre>
+<pre>
 %ldoc%
-        </pre>
+</pre>
       </td>
     </tr>
     <tr class="spacer"><td>&nbsp;</td></tr>
index 178006a431803c039f06e647a5f98a9e783368d3..a190fd5dc4caef158f2c56116a0584c748702db1 100644 (file)
@@ -5,7 +5,7 @@
       <th>Option Name:</th><td id="name"><a name="%name%">%name%</a></td>
     </tr>
     <tr>
-      <th>Also Known As:</th><td id="alias">%aliaslist%</td>
+      <th>Replaces:</th><td id="alias">%aliaslist%</td>
     </tr>
     <tr>
       <th>Compile Requires:</th><td id="requires">%ifdef%</td>
     <tr>
       <th>Suggested Config:</th>
       <td id="config">
-        <pre>
+<pre>
 %config%
-        </pre>
+</pre>
       </td>
     </tr>
     <tr>
       <td id="detail" colspan="2">
-        <pre>
+<pre>
 %ldoc%
-        </pre>
+</pre>
       </td>
     </tr>
     <tr class="spacer"><td>&nbsp;</td></tr>