[mhonarc] removing square brackets around every item. Fixes bug 692226



commit 9e5bcb1059446c2cae821e079f405fde8c8f08db
Author: Andreas Nilsson <bugs andreasn se>
Date:   Mon Jan 21 19:56:00 2013 +0100

    removing square brackets around every item. Fixes bug 692226

 archive.pl |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/archive.pl b/archive.pl
index 7ccc6a2..2f4ebd8 100755
--- a/archive.pl
+++ b/archive.pl
@@ -327,11 +327,11 @@ EOT
             <tr>
             <td>$date:</td>
             <td>
-              <A href="$date/thread.html">[ Thread ]</a>
-              <A href="$date/date.html">[ Date ]</a>
-              <A href="$date/author.html">[ Author ]</a>
+              <A href="$date/thread.html">Thread</a>
+              <A href="$date/date.html">Date</a>
+              <A href="$date/author.html">Author</a>
             </td>
-            <td><A href="$mboxfile">[ $mboxtype $mboxsize bytes ]</a></td>
+            <td><A href="$mboxfile">$mboxtype $mboxsize bytes</a></td>
             </tr>
 EOT
   }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]