diff options
author | Marco Peereboom <marco@conformal.com> | 2011-11-03 14:58:58 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-11-03 14:58:58 -0500 |
commit | 36508948f9722ec7e55c8c9bc259de2589e9b485 (patch) | |
tree | b7420a7fdf398d02615e5a087a047c680e9839cc | |
parent | a007e95e25ae74da7f27fa69b4dafbeca65173c6 (diff) | |
download | xombrero-36508948f9722ec7e55c8c9bc259de2589e9b485.tar.gz |
fix extra <li>, pointed out by rgouveia
-rw-r--r-- | about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about.c b/about.c index d4a7a28..744a870 100644 --- a/about.c +++ b/about.c @@ -221,7 +221,7 @@ about(struct tab *t, struct karg *args) "<li>Edd Barrett <vext01@gmail.com></li>" "<li>Todd T. Fries <todd@fries.net></li>" "<li>Raphael Graf <r@undefined.ch></li>" - "<li>Michal Mazurek <akfaew@jasminek.net><li>" + "<li>Michal Mazurek <akfaew@jasminek.net></li>" "</ul>" "Copyrights and licenses can be found on the XXXTerm " "<a href=\"http://opensource.conformal.com/wiki/XXXTerm\">website</a>" |