Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 2/2] Website Update: Some minor HTML fixes.



---
 index.html    |   34 +++++++++++++++++-----------------
 releases.html |    6 +++---
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/index.html b/index.html
index 2faf02d..ba167cc 100644
--- a/index.html
+++ b/index.html
@@ -22,41 +22,41 @@
   <td>
     <ul>
     <font size="+1" color="#600000"><b>Information</b></font>
-    <li><a href="News/">News</a> <font color=red><i>2010-12-20</i></font>
-    <li><a href="about.html">About these pages</a>
-    <li><a href="releases.html">Release Notes</a>
-    <li><a href="links.html">Useful links</a>
+    <li><a href="News/">News</a> <font color=red><i>2010-12-20</i></font></li>
+    <li><a href="about.html">About these pages</a></li>
+    <li><a href="releases.html">Release Notes</a></li>
+    <li><a href="links.html">Useful links</a></li>
     </ul>
   </td>

   <td>
     <ul>
     <font size="+1" color="#600000"><b>Documentation</b></font>
-    <li><a href="Intro/">Introduction</a>
-    <li><a href="Doc/">Manual</a>
-    <li><a href="Guide/">User-friendly user guide</a>
-    <li><a href="Refcard/">Reference card</a>
+    <li><a href="Intro/">Introduction</a></li>
+    <li><a href="Doc/">Manual</a></li>
+    <li><a href="Guide/">User-friendly user guide</a></li>
+    <li><a href="Refcard/">Reference card</a></li>
     </ul>
   </td>

   <td>
     <ul>
     <font size="+1" color="#600000"><b>Support</b></font>
-    <li><a href="FAQ/">Frequently Asked Questions (FAQ)</a>
-    <li><a href="Arc/mlist.html">Mailing lists &amp; Archives</a>
-    <li><a href="http://zshwiki.org";>Wiki at zshwiki.org</a>
-    <li><a href="Arc/irc.html">IRC</a>
-    <li><a href="Contrib/">Scripts &amp; contributions</a>
+    <li><a href="FAQ/">Frequently Asked Questions (FAQ)</a></li>
+    <li><a href="Arc/mlist.html">Mailing lists &amp; Archives</a></li>
+    <li><a href="http://zshwiki.org";>Wiki at zshwiki.org</a></li>
+    <li><a href="Arc/irc.html">IRC</a></li>
+    <li><a href="Contrib/">Scripts &amp; contributions</a></li>
     </ul>
   </td>

   <td>
     <ul>
     <font size="+1" color="#600000"><b>Download</b></font>
-    <li><a href="Arc/source.html">Source</a>
-    <li><a href="Arc/list-contents.html">Contents</a>
-    <li><a href="Arc/">Mirrors</a>
-    <li><a href="Arc/cvs.html">CVS</a> / <a href="Arc/git.html">Git</a>
+    <li><a href="Arc/source.html">Source</a></li>
+    <li><a href="Arc/list-contents.html">Contents</a></li>
+    <li><a href="Arc/">Mirrors</a></li>
+    <li><a href="Arc/cvs.html">CVS</a> / <a href="Arc/git.html">Git</a></li>
     </ul>
   </td>
 </tr>
diff --git a/releases.html b/releases.html
index 1867fe7..c015e42 100644
--- a/releases.html
+++ b/releases.html
@@ -199,7 +199,7 @@ entry for cdr in the zshcontrib manual page.
 <h2>Changes between versions 4.3.9 and 4.3.10</h2>

 <p>
-The command "<tt>emulate <mode> -c ...</tt>" evaluates an expression in a given
+The command "<tt>emulate &lt;mode&gt; -c ...</tt>" evaluates an expression in a given
 emulation.  The emulation is sticky for functions defined within the
 expression.
 </p><p>
@@ -545,8 +545,8 @@ Local internal improvements:
 <ul>
   <li>disowned jobs are automatically restarted
   <li>\u and \U print escapes for Unicode
-  <li>read -d <delimiter> allows a custom line ending.
-  <li>read -t <timeout>.
+  <li>read -d &lt;delimiter&gt; allows a custom line ending.
+  <li>read -t &lt;timeout&gt;.
   <li>line numbers in error messages and $PS4 output are more consistent
   <li>`=prog' expands only paths, no longer aliases for consistency
   <li>job display in prompts; `jobs' command output can be piped
-- 
1.7.3.4

-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

Attachment: pgpfZVa2j9oZs.pgp
Description: PGP signature



Messages sorted by: Reverse Date, Date, Thread, Author