diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp
index d166532de27e323fd20bec44c6221111071056b0..31ce2c2d60f697268f058e9e7edd6d21d8341fdc 100644
--- a/apps/routerconsole/jsp/help.jsp
+++ b/apps/routerconsole/jsp/help.jsp
@@ -10,17 +10,17 @@
 <%@include file="css.jsi" %>
 </head><body>
 <%@include file="summary.jsi" %>
-<h1>I2P Router Help & Support</h1>
+<h1>I2P Router Help &amp; Support</h1>
 <div class="main" id="main"><p>
 If you'd like to help improve or translate the documentation, or
 help with other aspects of the project, please see the documentation for
 <a href="http://www.i2p2.i2p/getinvolved.html">volunteers.</a>
-</p><p>Further assistance is available here:
+</p><p>Further assistance is available here:</p>
 <ul class="links">
-<li class="tidylist"><a href="http://www.i2p2.i2p/faq.html">FAQ on www.i2p2.i2p</a>
-<li class="tidylist"><a href="http://www.i2p2.i2p/faq_de.html">Deutsch FAQ</a>.</ul>
+<li class="tidylist"><a href="http://www.i2p2.i2p/faq.html">FAQ on www.i2p2.i2p</a></li>
+<li class="tidylist"><a href="http://www.i2p2.i2p/faq_de.html">Deutsch FAQ</a>.</li></ul>
 <br>You may also try the <a href="http://forum.i2p/">I2P forum</a>
-or IRC.</p>
+or IRC.
 
 <h2>Summary Bar Information</h2><p>
 Many of the stats on the summary bar may be
@@ -30,37 +30,37 @@ Many of the stats on the summary bar may be
 <li class="tidylist"><b>Ident:</b>
 The first four characters (24 bits) of your 44-character (256-bit) Base64 router hash.
 The full hash is shown on your <a href="netdb.jsp?r=.">router info page</a>.
-Never reveal this to anyone, as your router info contains your IP.
+Never reveal this to anyone, as your router info contains your IP.</li>
 <li class="tidylist"><b>Version:</b>
-The version of the I2P software you are running.
+The version of the I2P software you are running.</li>
 <li class="tidylist"><b>Now:</b>
 The current time (UTC) and the skew, if any. I2P requires your computer's time be accurate.
 If the skew is more than a few seconds, please correct the problem by adjusting
-your computer's time.
+your computer's time.</li>
 <li class="tidylist"><b>Reachability:</b>
 The router's view of whether it can be contacted by other routers.
 Further information is on the <a href="config.jsp#help">configuration page</a>.
-</ul><h3>Peers</h3><ul>
+</li></ul><h3>Peers</h3><ul>
 <li class="tidylist"><b>Active:</b>
 The first number is the number of peers you've sent or received a message from in the last few minutes.
 This may range from 8-10 to several hundred, depending on your total bandwidth,
 shared bandwidth, and locally-generated traffic.
 The second number is the number of peers seen in the last hour or so.
 Do not be concerned if these numbers vary widely.
-First enable all stats to <a href="configstats.jsp#router.activePeers">[Enable graphing]</a>.
+First enable all stats to <a href="configstats.jsp#router.activePeers">[Enable graphing]</a>.</li>
 <li class="tidylist"><b>Fast:</b>
 This is the number of peers you use for building client tunnels. It is generally in the
 range 8-30. Your fast peers are shown on the <a href="profiles.jsp">profiles page</a>.
-<a href="configstats.jsp#router.fastPeers">[Enable graphing]</a>.
+<a href="configstats.jsp#router.fastPeers">[Enable graphing]</a>.</li>
 <li class="tidylist"><b>High Capacity:</b>
 This is the number of peers you use for building some of your exploratory tunnels. It is generally in the
 range 8-75. The fast peers are included in the high capacity tier.
 Your high capacity peers are shown on the <a href="profiles.jsp">profiles page</a>.
-First enable all stats to <a href="configstats.jsp#router.highCapacityPeers">[Enable graphing]</a>.
+First enable all stats to <a href="configstats.jsp#router.highCapacityPeers">[Enable graphing]</a>.</li>
 <li class="tidylist"><b>Well Integrated:</b>
 This is the number of peers you use for network database inquiries.
 These are usually the "floodfill" peers.
-Your well integrated peers are shown on the bottom of the <a href="profiles.jsp">profiles page</a>.
+Your well integrated peers are shown on the bottom of the <a href="profiles.jsp">profiles page</a>.</li>
 <li class="tidylist"><b>Known:</b>
 This is the total number of routers you know about.
 They are listed on the <a href="netdb.jsp">network database page</a>.
@@ -68,7 +68,7 @@ This may range from under 100 to 1000 or more.
 This number is not the total size of the network;
 it may vary widely depending on your total bandwidth,
 shared bandwidth, and locally-generated traffic.
-I2P does not require a router to know every other router.
+I2P does not require a router to know every other router.</li>
 </ul><h3>Bandwidth in/out</h3><div align="justify">
 Should be self-explanatory. All values are in bytes per second, not bits per second.
 Change your bandwidth limits on the <a href="config.jsp#help">configuration page</a>.
@@ -82,9 +82,9 @@ or external programs connecting through SAM, BOB, or directly to I2CP.
 The actual tunnels are shown on the <a href="tunnels.jsp">the tunnels page</a>.</div><ul>
 <li class="tidylist"><div align="justify"><b>Exploratory:</b>
 Tunnels built by your router and used for communication with the floodfill peers,
-building new tunnels, and testing existing tunnels.</div>
+building new tunnels, and testing existing tunnels.</div></li>
 <li class="tidylist"><b>Client:</b>
-Tunnels built by your router for each client's use.
+Tunnels built by your router for each client's use.</li>
 <li class="tidylist"><b>Participating:</b>
 Tunnels built by other routers through your router.
 This may vary widely depending on network demand, your
@@ -92,11 +92,11 @@ shared bandwidth, and amount of locally-generated traffic.
 The recommended method for limiting participating tunnels is
 to change your share percentage on the <a href="config.jsp#help">configuration page</a>.
 You may also limit the total number by setting <tt>router.maxParticipatingTunnels=nnn</tt> on
-the <a href="configadvanced.jsp">advanced configuration page</a>. <a href="configstats.jsp#tunnel.participatingTunnels">[Enable graphing]</a>.
+the <a href="configadvanced.jsp">advanced configuration page</a>. <a href="configstats.jsp#tunnel.participatingTunnels">[Enable graphing]</a>.</li>
 <li class="tidylist"><b>Share ratio:</b>
 The number of participating tunnels you route for others, divided by the total number of hops in
 all your exploratory and client tunnels.
-A number greater than 1.00 means you are contributing more tunnels to the network than you are using.
+A number greater than 1.00 means you are contributing more tunnels to the network than you are using.</li>
 </ul>
 
 <h3>Congestion</h3><div align="justify">
@@ -108,27 +108,27 @@ and their status is not available in the router console.
 The job lag should generally be zero.
 If it is consistently higher than 500ms, your computer is very slow, or the
 router has serious problems.
-<a href="configstats.jsp#jobQueue.jobLag">[Enable graphing]</a>.
+<a href="configstats.jsp#jobQueue.jobLag">[Enable graphing]</a>.</li>
 <li class="tidylist"><b>Message delay:</b>
 How long an outbound message waits in the queue.
 This should generally be a few hundred milliseconds or less.
 If it is consistently higher than 1000ms, your computer is very slow,
 or you should adjust your bandwidth limits, or your (bittorrent?) clients
 may be sending too much data and should have their transmit bandwidth limit reduced.
-<a href="configstats.jsp#transport.sendProcessingTime">[Enable graphing]</a> (transport.sendProcessingTime).
+<a href="configstats.jsp#transport.sendProcessingTime">[Enable graphing]</a> (transport.sendProcessingTime).</li>
 <li class="tidylist"><b>Tunnel lag:</b>
 This is the round trip time for a tunnel test, which sends a single message
 out a client tunnel and in an exploratory tunnel, or vice versa.
 It should usually be less than 5 seconds.
 If it is consistently higher than that, your computer is very slow,
 or you should adjust your bandwidth limits, or there are network problems.
-<a href="configstats.jsp#tunnel.testSuccessTime">[Enable graphing]</a> (tunnel.testSuccessTime).
+<a href="configstats.jsp#tunnel.testSuccessTime">[Enable graphing]</a> (tunnel.testSuccessTime).</li>
 <li class="tidylist"><b>Handle backlog:</b>
 This is the number of pending requests from other routers to build a
 participating tunnel through your router.
 It should usually be close to zero.
 If it is consistently high, your computer is too slow,
-and you should reduce your share bandwidth limits.
+and you should reduce your share bandwidth limits.</li>
 <li class="tidylist"><b>Accepting/Rejecting:</b>
 Your router's status on accepting or rejecting
 requests from other routers to build a
@@ -136,7 +136,7 @@ participating tunnel through your router.
 Your router may accept all requests, accept or reject a percentage of requests,
 or reject all requests for a number of reasons, to control
 the bandwidth and CPU demands and maintain capacity for
-local clients.</ul>
+local clients.</li></ul>
 
 <h2>Legal stuff</h2><p>The I2P router (router.jar) and SDK (i2p.jar) are almost entirely public domain, with
 a few notable exceptions:</p><ul>
@@ -155,7 +155,7 @@ instance (trimmed down, as in, we do not include the demo apps or other add-ons,
 allowing you to deploy standard JSP/Servlet web applications into your router.  Jetty in turn makes use of
 Apache's javax.servlet (javax.servlet.jar) implementation.
 This product includes software developed by the Apache Software Foundation
-(http://www.apache.org/). </p>
+(http://www.apache.org/).</p>
 
 <p>Another application you can see on this webpage is <a href="http://www.i2p2.i2p/i2ptunnel">I2PTunnel</a>
 (your <a href="i2ptunnel/" target="_blank">web interface</a>) - a GPL'ed application written by mihi that
@@ -168,7 +168,9 @@ more information).</p>
 <p>The router by default also includes human's public domain <a href="http://www.i2p2.i2p/sam">SAM</a> bridge,
 which other client applications (such the <a href="http://duck.i2p/i2p-bt/">bittorrent port</a>) can use.
 There is also an optimized library for doing large number calculations - jbigi - which in turn uses the
-LGPL licensed <a href="http://swox.com/gmp/">GMP</a> library, tuned for various PC architectures.  Launchers for windows users are built with <a href="http://launch4j.sourceforge.net/">Launch4J</a>, and the installer is built with <a href="http://www.izforge.com/izpack/">IzPack</a>.  For
+LGPL licensed <a href="http://swox.com/gmp/">GMP</a> library, tuned for various PC architectures.  Launchers for windows users 
+are built with <a href="http://launch4j.sourceforge.net/">Launch4J</a>, and the installer is built with 
+<a href="http://www.izforge.com/izpack/">IzPack</a>.  For
 details on other applications available, as well as their licenses, please see the
 <a href="http://www.i2p2.i2p/licenses">license policy</a>.  Source for the I2P code and most bundled
 client applications can be found on our <a href="http://www.i2p2.i2p/download">download page</a>.
diff --git a/apps/routerconsole/jsp/help_ar.jsp b/apps/routerconsole/jsp/help_ar.jsp
index b1a4c6f9284ebd68697c8a6c18f52294c0b681a4..0a329d5cdcdd1e76e5f9dbb3c6dc82f440dba632 100644
--- a/apps/routerconsole/jsp/help_ar.jsp
+++ b/apps/routerconsole/jsp/help_ar.jsp
@@ -15,11 +15,11 @@
 اذا رغبت في المساعدة أو ترجمة الوثائق، أو المساعدة في أشياء أخرى، انظر اسفله
 
 <a href="http://www.i2p2.i2p/getinvolved.html">تطوع</a>
-</p><p>المزيد من المساعدة هنا:
+</p>المزيد من المساعدة هنا:
 <ul class="links">
 <li class="tidylist"><a href="http://www.i2p2.i2p/faq.html">ابئلة شائعة www.i2p2.i2p</a>
 <br>يمكن ايضا<a href="http://forum.i2p/">I2P منتدى</a>
-او بالدردشة على  IRC.</p>
+او بالدردشة على  IRC.</li></ul>
 
 <h2>شريط المعلومات</h2><p>
 يمكن للاحصائات أن
@@ -29,14 +29,14 @@
 <li class="tidylist"><b>:هوية</b>
 الحروف الأولى (24 bits) من 44-حرف (256-) Base64 hash.
 The full hash is shown on your <a href="netdb.jsp?r=.">صفحة معلومات الموجه</a>.
-هذا لا يكشف عن عنوان  IP الخاص بك لأحد.
+هذا لا يكشف عن عنوان  IP الخاص بك لأحد.</li>
 <li class="tidylist"><b>الاصدار</b>
-اصدار I2P المستعمل
+اصدار I2P المستعمل</li>
 <li class="tidylist"><b>الآن</b>
-الوقت الحالي (UTC)والانحراف الممكن. يحتاج I2P الى ساعة مضبوطة. اذا كان انحراف الساعة اكثر من بضع ثواني، قم بتصحيح الخلل.
+الوقت الحالي (UTC)والانحراف الممكن. يحتاج I2P الى ساعة مضبوطة. اذا كان انحراف الساعة اكثر من بضع ثواني، قم بتصحيح الخلل.</li>
 <li class="tidylist"><b>إمكانية الوصول</b>
 امكانية الاتصال الخارجي بالموجه
-المزيد من التفاصيل في  <a href="config.jsp#help">صفحة الاعدادات</a>.
+المزيد من التفاصيل في  <a href="config.jsp#help">صفحة الاعدادات</a>.</li>
 </ul><h3>النظائر</h3><ul>
 <li class="tidylist"><b>مفعل</b>
 هذا هو عدد النظائر التي تم إرسال أو تلقيها رسالة  في الدقائق القليلة الماضية.
@@ -44,25 +44,25 @@ The full hash is shown on your <a href="netdb.jsp?r=.">صفحة معلومات 
 تقاسم عرض النطاق الترددي ، وحركة المرور المولدة محليا.
 والرقم الثاني هو عدد من نظرائه ينظر في آخر ساعة أو نحو ذلك.
 لا تشعر بالقلق إذا كانت هذه الأرقام تختلف على نطاق واسع.
-<a href="configstats.jsp#router.activePeers">[تفعيل الرسم البياني]</a>.
+<a href="configstats.jsp#router.activePeers">[تفعيل الرسم البياني]</a>.</li>
 <li class="tidylist"><b>سريع</b>
 هذا هو عدد النظائر التي تستعملها لانشاء أنفاق جديدة. هي في نطاق 8-30. النظائر السريعة في 
  <a href="profiles.jsp">صفحة البروفايل</a>.
-<a href="configstats.jsp#router.fastPeers">[تفعيل الرسم البياني]</a>.
+ <a href="configstats.jsp#router.fastPeers">[تفعيل الرسم البياني]</a>.</li>
 <li class="tidylist"><b>قدرة عالية</b>
 هذا هو عدد النظائر التي تستعملها لانشاء أنفاق الاكتشاف. هي في نطاق 8-75. النظائر السريعة. النظائر القدرة عالية تظهر هنا.
  <a href="profiles.jsp">صفحة البروفايل</a>.
-<a href="configstats.jsp#router.highCapacityPeers">[تفعيل الرسم البياني]</a>.
+ <a href="configstats.jsp#router.highCapacityPeers">[تفعيل الرسم البياني]</a>.</li>
 <li class="tidylist"><b>المندمجة جيدا</b>
 هذا هو عدد النظائر المستعملة في الاتصال بقاعدة البيانات. النظائر المندمجة جيدا موجودة في أسفل
-<a href="profiles.jsp">صفحة البروفايل</a>.
+<a href="profiles.jsp">صفحة البروفايل</a>.</li>
 <li class="tidylist"><b>المعروفة</b>
 هذا هو عدد الموجهات المعروفة.
 والظاهرة في صفحة <a href="netdb.jsp">قاعدة البيانات</a>
 هي مابين 100 الى 1000 او أكثر.
 هذا العدد ليس حجم الاجمالي للشبكة، 
 يمكنه ان بتغيير حسب سرعة الاتصال.
-
+</li>
 </ul><h3>سرعة الاتصال الداخلي/خارجي</h3><div align="justify">
 السرعة ب بايت في الثانية
 غير السرعة في <a href="config.jsp#help">صفحة الاعدادات</a>.
@@ -76,18 +76,18 @@ The full hash is shown on your <a href="netdb.jsp?r=.">صفحة معلومات 
 الأنفاق الحالية موجودة في <a href="tunnels.jsp">صفحة الأنفاق</a>.</div><ul>
 <li class="tidylist"><div align="justify"><b>تصفح</b>
 الأنفاق المستخدمة من طرف الموجه تستعمل في الاتصال مع النظائر، انشاء انفاق جديدة.
-</div>
+</div></li>
 <li class="tidylist"><b>المستخدمين</b>
-الأنفاق المستخدمة من طرف الموجه 
+الأنفاق المستخدمة من طرف الموجه </li>
 <li class="tidylist"><b>المشاركة</b>
 الأنفاق المنشئة من طرف موجهات أخرى عبر موجهك.
 هذا ينبني على درجة استخدام الشبكة، مقدار المشاركة...
 يمكنك تغيير درجة المشاركة بـ <a href="config.jsp#help">صفحة الاعدادات</a>.
 You may also limit the total number by setting <tt>router.maxParticipatingTunnels=nnn</tt> on
-the <a href="configadvanced.jsp">صفحة الاعدادات المتقدمة</a>. <a href="configstats.jsp#tunnel.participatingTunnels">[تفعيل الرسم البياني]</a>.
+the <a href="configadvanced.jsp">صفحة الاعدادات المتقدمة</a>. <a href="configstats.jsp#tunnel.participatingTunnels">[تفعيل الرسم البياني]</a>.</li>
 <li class="tidylist"><b>نسبة المشاركة</b>
 عدد الانفاق المشاركة، مقسوما على عدد اجمالي الانفاق.
-عدد أكبر من 1.00 يعني انك تساهم في الشبكة بعدد اكبر مما تستهلك.
+عدد أكبر من 1.00 يعني انك تساهم في الشبكة بعدد اكبر مما تستهلك.</li>
 </ul>
 
 <h3>ازدحام</h3><div align="justify">
@@ -99,27 +99,27 @@ and their status is not available in the router console.
 The job lag should generally be zero.
 If it is consistently higher than 500ms, your computer is very slow, or the
 router has serious problems.
-<a href="configstats.jsp#jobQueue.jobLag">[تفعيل الرسم البياني]</a>.
+<a href="configstats.jsp#jobQueue.jobLag">[تفعيل الرسم البياني]</a>.</li>
 <li class="tidylist"><b>Message delay:</b>
 How long an outbound message waits in the queue.
 This should generally be a few hundred milliseconds or less.
 If it is consistently higher than 1000ms, your computer is very slow,
 or you should adjust your bandwidth limits, or your (bittorrent?) clients
 may be sending too much data and should have their transmit bandwidth limit reduced.
-<a href="configstats.jsp#transport.sendProcessingTime">[تفعيل الرسم البياني]</a> (transport.sendProcessingTime).
+<a href="configstats.jsp#transport.sendProcessingTime">[تفعيل الرسم البياني]</a> (transport.sendProcessingTime).</li>
 <li class="tidylist"><b>Tunnel lag:</b>
 This is the round trip time for a tunnel test, which sends a single message
 out a client tunnel and in an exploratory tunnel, or vice versa.
 It should usually be less than 5 seconds.
 If it is consistently higher than that, your computer is very slow,
 or you should adjust your bandwidth limits, or there are network problems.
-<a href="configstats.jsp#tunnel.testSuccessTime">[تفعيل الرسم البياني]</a> (tunnel.testSuccessTime).
+<a href="configstats.jsp#tunnel.testSuccessTime">[تفعيل الرسم البياني]</a> (tunnel.testSuccessTime).</li>
 <li class="tidylist"><b>Handle backlog:</b>
 This is the number of pending requests from other routers to build a
 participating tunnel through your router.
 It should usually be close to zero.
 If it is consistently high, your computer is too slow,
-and you should reduce your share bandwidth limits.
+and you should reduce your share bandwidth limits.</li>
 <li class="tidylist"><b>Accepting/Rejecting:</b>
 Your router's status on accepting or rejecting
 requests from other routers to build a
@@ -127,7 +127,7 @@ participating tunnel through your router.
 Your router may accept all requests, accept or reject a percentage of requests,
 or reject all requests for a number of reasons, to control
 the bandwidth and CPU demands and maintain capacity for
-local clients.</ul>
+local clients.</li></ul>
 
 <h2>Legal stuff</h2><p>The I2P router (router.jar) and SDK (i2p.jar) are almost entirely public domain, with
 a few notable exceptions:</p><ul>
@@ -146,7 +146,7 @@ instance (trimmed down, as in, we do not include the demo apps or other add-ons,
 allowing you to deploy standard JSP/Servlet web applications into your router.  Jetty in turn makes use of
 Apache's javax.servlet (javax.servlet.jar) implementation.
 This product includes software developed by the Apache Software Foundation
-(http://www.apache.org/). </p>
+(http://www.apache.org/).</p>
 
 <p>Another application you can see on this webpage is <a href="http://www.i2p2.i2p/i2ptunnel">I2PTunnel</a>
 (your <a href="i2ptunnel/" target="_blank">web interface</a>) - a GPL'ed application written by mihi that
@@ -159,7 +159,9 @@ more information).</p>
 <p>The router by default also includes human's public domain <a href="http://www.i2p2.i2p/sam">SAM</a> bridge,
 which other client applications (such the <a href="http://duck.i2p/i2p-bt/">bittorrent port</a>) can use.
 There is also an optimized library for doing large number calculations - jbigi - which in turn uses the
-LGPL licensed <a href="http://swox.com/gmp/">GMP</a> library, tuned for various PC architectures.  Launchers for windows users are built with <a href="http://launch4j.sourceforge.net/">Launch4J</a>, and the installer is built with <a href="http://www.izforge.com/izpack/">IzPack</a>.  For
+LGPL licensed <a href="http://swox.com/gmp/">GMP</a> library, tuned for various PC architectures.  
+Launchers for windows users are built with <a href="http://launch4j.sourceforge.net/">Launch4J</a>, and 
+the installer is built with <a href="http://www.izforge.com/izpack/">IzPack</a>.  For
 details on other applications available, as well as their licenses, please see the
 <a href="http://www.i2p2.i2p/licenses">license policy</a>.  Source for the I2P code and most bundled
 client applications can be found on our <a href="http://www.i2p2.i2p/download">download page</a>.
diff --git a/apps/routerconsole/jsp/help_fr.jsp b/apps/routerconsole/jsp/help_fr.jsp
index cd3c3df9d1c8afcd0b01a1653a996325dbf5aa86..97b576cc6266523e8d8e9fd9b75f8c566115a311 100644
--- a/apps/routerconsole/jsp/help_fr.jsp
+++ b/apps/routerconsole/jsp/help_fr.jsp
@@ -15,12 +15,12 @@ Traduction de mars 2011 (magma@mail.i2p)
 <div class="main" id="main"><p>
 Si vous souhaitez améliorer ou traduire la documentation ou d'autres versants du projet, merci de vous reporter à 
 la page consacrée aux <a href="http://www.i2p2.i2p/getinvolved_fr.html">volontaires</a>.
-</p><p>D'autres détails sont disponibles ici:
+</p>D'autres détails sont disponibles ici:
 <ul class="links">
-<li class="tidylist"><a href="http://www.i2p2.i2p/faq.html">FAQ en anglais sur www.i2p2.i2p</a>
-<li class="tidylist"><a href="http://www.i2p2.i2p/faq_fr.html">les FAQ en français</a>.</ul>
+<li class="tidylist"><a href="http://www.i2p2.i2p/faq.html">FAQ en anglais sur www.i2p2.i2p</a></li>
+<li class="tidylist"><a href="http://www.i2p2.i2p/faq_fr.html">les FAQ en français</a>.</li></ul>
 <br>Il y a aussi le <a href="http://forum.i2p/">forum I2P</a>
-et l'IRC.</p>
+et l'IRC.
 
 <h2>Informations du panneau de surveillance</h2><p>
 Plusieurs des statistiques affichées dans le panneau de surveillance peuvent être 
@@ -30,40 +30,40 @@ analyse sur la durée.
 <li class="tidylist"><b>Identité locale:</b>
 Cliquez sur "Afficher" pour voir l'empreinte Base64 à 44 caractères (256 bits) de votre routeur. Le hachage 
 complet est affiché sur votre <a href="netdb.jsp?r=.">page d'infos routeur</a>. Ne la divulguez jamais à personne, 
-car l'info routeur contient votre adresse IP.
+car l'info routeur contient votre adresse IP.</li>
 <li class="tidylist"><b>Version:</b>
-La version d'I2P qui vous affiche actuellement cette page.
+La version d'I2P qui vous affiche actuellement cette page.</li>
 <li class="tidylist"><b>Lancé depuis:</b>
-Indique depuis combien de temps le routeur tourne.
+Indique depuis combien de temps le routeur tourne.</li>
 <li class="tidylist"><b>Réseau:</b>
 Statut de joignabilité du routeur par les autres routeurs.
 Plus d'infos sur la page de <a href="config.jsp#help">configuration</a>.
-</ul><h3>Pairs</h3><ul>
+</li></ul><h3>Pairs</h3><ul>
 <li class="tidylist"><b>Actifs:</b>
 le premier nombre est celui des routeurs avec qui le votre a communiqué dans les dernières minutes. Ça peut varier de 
 8-10 à plusieurs centaines, selon votre bande passante et son rapport de partage, et le trafic généré localement. Le 
 second est celui des pairs vus dans les dernières heures. Ces nombres penvent varier sensiblement sans conséquence.
 <a href="configstats.jsp#router.activePeers">[Activer le graphique]</a> (activer auparavant "toutes 
-les statistiques").
+les statistiques").</li>
 <li class="tidylist"><b>Rapides:</b>
 le nombre de pairs que vous mettez à contribution pour construire vos tunnels clients. En général dans une tranche de 
 8 à 30. Vos pairs rapides sont détaillés sur la page <a href="profiles.jsp">profils</a>.
-<a href="configstats.jsp#router.fastPeers">[Activer le graphique]</a>.
+<a href="configstats.jsp#router.fastPeers">[Activer le graphique]</a>.</li>
 <li class="tidylist"><b>Hautes capacités:</b>
 nombre des pairs que vous utilisez pour construire quelques uns de vos tunnels exploratoires. Habituellement de 8 à 75. 
 Les pairs rapides font partie du groupe des "Hautes capacités". Vos pairs à hautes capacités sont aussi listés sur 
 la page <a href="profiles.jsp">profils</a>.
 <a href="configstats.jsp#router.highCapacityPeers">[Activer le graphique]</a>  (activer auparavant "toutes les 
-statistiques").
+statistiques").</li>
 <li class="tidylist"><b>Bien intégrés:</b>
 vous utilisez ce groupe pour vos requêtes à la base de données du réseau. Ils sont souvent des pairs de remplissage par 
 diffusion ("floodfill"). Vos pairs "bien intégrés" sont affichés en bas de la même page 
-<a href="profiles.jsp">profils</a>.
+<a href="profiles.jsp">profils</a>.</li>
 <li class="tidylist"><b>Connus:</b> c'est tous les routeurs dont vous connaissez l'existance. Il sont listés sur la 
 page <a href="netdb.jsp">base de données du réseau</a>. De moins de 100 à 1000 ou plus. Ce nombre ne représente pas la 
 taille totale du réseau; il varie en fonction de votre bande passante totale et son rapport de partage, et du trafic 
 local. I2P n'a pas besoin que chaque routeur connaisse tous les autres.
-</ul><h3>Bande passante entrée/sortie</h3><div align="justify"> 
+</li></ul><h3>Bande passante entrée/sortie</h3><div align="justify"> 
 Ça parle tout seul. Toutes les valeurs sont en octets par seconde (o/s), pas en bits par seconde (b/s). Modifiez vos 
 limites de bande passante sur la page de <a href="config.jsp#help">configuration</a>.
 Le <a href="graphs.jsp">graphique de bande passante</a> est activé par défaut.</div>
@@ -75,18 +75,18 @@ I2CP.
 </div><h3>TUNNELS:</h3><div align="justify">
 Les tunnels actuels sont affichés sur la page <a href="tunnels.jsp">tunnels</a>.</div><ul>
 <li class="tidylist"><div align="justify"><b>Exploratoires:</b> tunnels créés par votre routeur et utilisés avec les 
-pairs diffuseurs pour la création des nouveaux tunnels et le test des tunnels existants.</div>
-<li class="tidylist"><b>Clients:</b> tunnels créés par votre routeur pour chaque utilisation cliente.
+pairs diffuseurs pour la création des nouveaux tunnels et le test des tunnels existants.</div></li>
+<li class="tidylist"><b>Clients:</b> tunnels créés par votre routeur pour chaque utilisation cliente.</li>
 <li class="tidylist"><b>Participants:</b> les tunnels créés par d'autres routeurs et qui passent par le votre. Leur 
 nombre dépend largement de la demande du réseau, de votre part de bande passante partagée, et du trafic local. 
 La méthode recommandée pour limiter leur nombre est de diminuer le rapport de bande passante partagée dans la 
 <a href="config.jsp#help">configuration</a>. Vous pouvez également limiter ce nombre en définissant la variable 
 <tt>router.maxParticipatingTunnels=nnn</tt> dans la <a href="configadvanced.jsp">configuration avancée</a>. 
-<a href="configstats.jsp#tunnel.participatingTunnels">[Activer le graphique]</a>.
+<a href="configstats.jsp#tunnel.participatingTunnels">[Activer le graphique]</a>.</li>
 <li class="tidylist"><b>Rapport de partage:</b> le nombre de tunnels participants que vous routez pour les autres, 
 divisé par le nombre total de sauts dans tous vos tunnels exploratoires et clients. S'il est supérieur à 1, cela 
 signifie que vous contribuez à plus de tunnels que vous n'en utilisez.
-</ul>
+</li></ul>
 
 <h3>ENCOMBREMENT</h3><div align="justify">
 Indications de base sur la charge du routeur:</div><ul>
@@ -94,23 +94,23 @@ Indications de base sur la charge du routeur:</div><ul>
 présentée la pages des <a href="jobs.jsp">tâches</a>. Malheureusement, il y a dans le routeur plusieurs autres files 
 d'attentes qui ne peuvent être affichées dans la console. Le retard de tâches devrait rester à zéro en permamence. s'il 
 régulièrement supérieur à 500ms, soit votre PC est très lent, soit le routeur a de sérieux problèmes.
-<a href="configstats.jsp#jobQueue.jobLag">[Activer le graphique]</a>.
+<a href="configstats.jsp#jobQueue.jobLag">[Activer le graphique]</a>.</li>
 <li class="tidylist"><b>Retard de messages:</b> temps de rétention des messages en file d'attente d'envois, normalement 
 quelques centaines de ms ou moins. Au dessus d'une seconde, votre PC est très lent, vous devriez fignoler vos réglages 
 de bande passante, ou vos clients (bittorrent, iMule...?) envoient trop de données et il faudrait voir à leur tenir 
 la bride. <a href="configstats.jsp#transport.sendProcessingTime">[Activer le graphique]</a> 
-(transport.sendProcessingTime).
+(transport.sendProcessingTime).</li>
 <li class="tidylist"><b>Retard de tunnels:</b> le temps d'aller-retour pour un test de tunnel (envoi d'un seul message 
 par un tunnel client et dans un tunnel exploratoire ou vice versa. Normalement inférieur à 5s. Si c'est constamment 
 supérieur, votre PC est très lent, vous devriez retoucher vos limites de bande passante, ou il y a un problème réseau.
-<a href="configstats.jsp#tunnel.testSuccessTime">[Activer le graphique]</a> (tunnel.testSuccessTime).
+<a href="configstats.jsp#tunnel.testSuccessTime">[Activer le graphique]</a> (tunnel.testSuccessTime).</li>
 <li class="tidylist"><b>En attente:</b> nombre de requêtes de création de tunnels participants en attente provenant 
 d'autres routeurs. Normalement proche de zéro. Sinon, votre ordinateur est trop lent et vous devriez diminuer votre 
-limite de bande passante partagée.
+limite de bande passante partagée.</li>
 <li class="tidylist"><b>Accepte/Refuse:</b> c'est le statut de votre routeur au regard de son comportement vis à vis 
 des demandes de création de tunnels participants provenant d'autres routeurs. Votre routeur peut accepter ou refuser 
 tout ou partie des requêtes, ou les refuser en totalité pour des raisons prévues telles que le contrôle de la bande 
-passante et des ressources CPU en vue de préserver les performances des clients locaux.</ul>
+passante et des ressources CPU en vue de préserver les performances des clients locaux.</li></ul>
 
 <h2>Informations légales</h2><p>Le routeur I2P (router.jar) et le SDK (i2p.jar) sont presque entièrement dans le 
 domaine public, à quelques notobles exceptions près:</p><ul>
@@ -128,7 +128,7 @@ qui est une version allégée d'une instance <a href="http://jetty.mortbay.com/j
 ce que nous n'avons pas inclus les applications de démo et autres compléments, et que nous avons simplifié la 
 configuration), vous permettant de déployer dans votre routeur des applications web JSP/Servlet standards. De son côté 
 Jetty fait usage de l'implémentation javax.servlet d'Apache. Ce dispositif inclus du logiciel développé par la 
-fondation Apache Software (http://www.apache.org/). </p>
+fondation Apache Software (http://www.apache.org/).</p>
 
 <p>Une autre application visible sur cette page: <a href="http://www.i2p2.i2p/i2ptunnel">I2PTunnel</a>
 (votre <a href="i2ptunnel/" target="_blank">interface web</a>) sous licence GPL écrite par mihi qui vous permet de 
diff --git a/apps/routerconsole/jsp/help_nl.jsp b/apps/routerconsole/jsp/help_nl.jsp
index 5fbf54dca09b63dfb32a15038cf16e54634f81ae..d79e67a593e1bb046bf21bf8a0c475be14923705 100644
--- a/apps/routerconsole/jsp/help_nl.jsp
+++ b/apps/routerconsole/jsp/help_nl.jsp
@@ -15,12 +15,12 @@
 Als je wilt helpen om de documentatie te verbeteren of vertalen, of wilt helpen
 met andere aspecten van het project, zie dan de documentatie voor 
 <a href="http://www.i2p2.i2p/getinvolved.html">vrijwilligers.</a>
-</p><p>Verdere ondersteuning is hier beschikbaar:
+</p>Verdere ondersteuning is hier beschikbaar:
 <ul class="links">
-<li class="tidylist"><a href="http://www.i2p2.i2p/faq.html">FAQ op www.i2p2.i2p</a>
+<li class="tidylist"><a href="http://www.i2p2.i2p/faq.html">FAQ op www.i2p2.i2p</a></li>
 </ul>
 <br>Je kunt ook het <a href="http://forum.i2p/">I2P forum</a>
-of IRC proberen.</p>
+of IRC proberen.
 
 <h2>Informatie over de Summary Bar</h2><p>
 Veel van de statistieken op de summary bar kunnen
@@ -32,14 +32,14 @@ Veel van de statistieken op de summary bar kunnen
 <li class="tidylist"><b>Lokale Identiteit:</b>
 De eerste vier karakters (24 bits) van je 44-karakter (256-bit) Base64 router hash.
 De volledige hash is getoond op je <a href="netdb.jsp?r=.">router info pagina</a>.
-Vertel deze aan niemand, want de router info bevat je IP.
+Vertel deze aan niemand, want de router info bevat je IP.</li>
 <li class="tidylist"><b>Versie:</b>
-De versie van de I2P software die je nu gebruikt.
+De versie van de I2P software die je nu gebruikt.</li>
 <li class="tidylist"><b>Uptime:</b>
-Hoe lang je I2P router al draait.
+Hoe lang je I2P router al draait.</li>
 <li class="tidylist"><b>Netwerk Bereikbaarheid:</b>
 De bereikbaarheid van je router door andere routers.
-Meer informatie is te vinden op de <a href="config.jsp#help">configuratie pagina</a>.
+Meer informatie is te vinden op de <a href="config.jsp#help">configuratie pagina</a>.</li>
 </ul>
 
 <h3>Peers</h3><ul>
@@ -51,21 +51,21 @@ en lokaal gegenereerd verkeer.  Het tweede nummer is het aantal peers dat je in
 het laatste uur hebt gezien.  Wees niet ongerust wanneer deze aantallen erg
 vari&euml;ren.
 
-<a href="configstats.jsp#router.activePeers">[Grafieken inschakelen]</a>.
+<a href="configstats.jsp#router.activePeers">[Grafieken inschakelen]</a>.</li>
 <li class="tidylist"><b>Snel:</b>
 Dit is het aantal peers dat je gebruikt om client tunnels mee te bouwen. Het ligt over
 het algemeen tussen 8 en 30.
 Je snelle peers worden getoond op de <a href="profiles.jsp">profielen pagina</a>.
-<a href="configstats.jsp#router.fastPeers">[Grafieken inschakelen]</a>.
+<a href="configstats.jsp#router.fastPeers">[Grafieken inschakelen]</a>.</li>
 <li class="tidylist"><b>Grote capaciteit:</b>
 Dit is het aantal peers dat je gebruikt om sommige van de onderzoekende tunnels mee te maken.
 Het ligt over het algemeen tussen de 8 en 75. De snelle peers zijn inbegrepen in de categorie grote capaciteit.
 De grote capaciteits peers worden getoond op de <a href="profiles.jsp">profielen pagina</a>.
-<a href="configstats.jsp#router.highCapacityPeers">[Grafieken inschakelen]</a>.
+<a href="configstats.jsp#router.highCapacityPeers">[Grafieken inschakelen]</a>.</li>
 <li class="tidylist"><b>Ge&iuml;ntegreerd:</b>
 Dit is het aantal peers dat je gebruikt bij het opzoeken in de network database.
 Dit zijn gebruikelijk de "floodfill" peers.
-Je goed ge&iuml;ntegreerde peers worden getoond aan de onderkant van de <a href="profiles.jsp">profielen pagina</a>.
+Je goed ge&iuml;ntegreerde peers worden getoond aan de onderkant van de <a href="profiles.jsp">profielen pagina</a>.</li>
 <li class="tidylist"><b>Bekend:</b>
 Dit is het aantal routers dat bekend is bij je router.
 Ze worden getoond op de <a href="netdb.jsp">netwerk database pagina</a>.
@@ -74,7 +74,7 @@ Dit aantal is niet de totale grootte van het netwerk;
 het kan erg vari&euml;ren afhankelijk van je totale bandbreedte,
 gedeelde bandbreedte en lokaal gegenereerd verkeer.
 Voor I2P is het niet nodig dat een router alle andere routers kent.
-</ul>
+</li></ul>
 
 <h3>Bandbreedte in/out</h3><div align="justify">
 Dit zou zichzelf moeten verklaren. Alle waarden zijn in bytes per seconde, niet in bits per seconde.
@@ -85,9 +85,9 @@ Bandbreedte wordt standaard <a href="graphs.jsp">geplot</a>.</div>
 De tunnels zelf worden getoond op de <a href="tunnels.jsp">tunnels pagina</a>.</div><ul>
 <li class="tidylist"><div align="justify"><b>Onderzoekend:</b>
 Tunnels gebouwd door je router en gebruikt om te communiceren met de floodfill peers,
-voor het bouwen van nieuwe tunnels en testen van bestaande tunnels.</div>
+voor het bouwen van nieuwe tunnels en testen van bestaande tunnels.</div></li>
 <li class="tidylist"><b>Client:</b>
-Tunnels gebouwd door je router voor het gebruik door elke client.
+Tunnels gebouwd door je router voor het gebruik door elke client.</li>
 <li class="tidylist"><b>Deelnemend:</b>
 Tunnels gebouwd door andere routers die door je eigen router heen lopen.
 Dit kan erg vari&euml;ren afhankelijk van de vraag vanuit het netwerk,
@@ -95,11 +95,11 @@ je gedeelde bandbreedte en hoeveelheid lokaal gegenereerd verkeer.
 De aanbevolen methode om het aantal deelnemende tunnels te beperken
 is door het share percentage te wijzigen op de <a href="config.jsp#help">configuratie pagina</a>.
 Je kan het totale aantal ook beperken met de instelling <tt>router.maxParticipatingTunnels=nnn</tt> op
-de <a href="configadvanced.jsp">geavanceerde configuratie pagina</a>. <a href="configstats.jsp#tunnel.participatingTunnels">[Grafieken inschakelen]</a>.
+de <a href="configadvanced.jsp">geavanceerde configuratie pagina</a>. <a href="configstats.jsp#tunnel.participatingTunnels">[Grafieken inschakelen]</a>.</li>
 <li class="tidylist"><b>Share rato:</b>
 Het aantal deelnemende tunnels dat je voor andere routeert, gedeeld door het totale aantal hops in al je onderzoekende en client tunnels.
 Een aantal groter dan 1.00 betekent dat je meer tunnels aan het netwerk bijdraagt dan je gebruikt.
-</ul>
+</li></ul>
 
 <h3>Verstopping</h3><div align="justify">
 Een aantal basis indicatoren voor een router overbelasting:</div><ul>
@@ -110,33 +110,33 @@ hun status is niet beschikbaar in de router console.
 De taak vertraging zou over het algemeen nul moeten zijn.
 Indien dit consequent hoger is dan 500ms, dan is of je computer erg traag of
 heeft de router een serieus probleem.
-<a href="configstats.jsp#jobQueue.jobLag">[Grafieken inschakelen]</a>.
+<a href="configstats.jsp#jobQueue.jobLag">[Grafieken inschakelen]</a>.</li>
 <li class="tidylist"><b>Bericht vertraging:</b>
 Hoe lang een uitgaand bericht wacht in de wachtrij.
 Dit zou over het algemeen een aantal honderd milliseconden of minder moeten zijn.
 Indien dit consequent hoger is dan 1000ms, dan is of je computer erg traag
 of moet je je bandbreedte instellingen aanpassen, of je (bittorrent?) clients
 versturen mogelijk teveel data en moeten hun transmissie bandbreedte beperkt hebben.
-<a href="configstats.jsp#transport.sendProcessingTime">[Grafieken inschakelen]</a> (transport.sendProcessingTime).
+<a href="configstats.jsp#transport.sendProcessingTime">[Grafieken inschakelen]</a> (transport.sendProcessingTime).</li>
 <li class="tidylist"><b>Tunnel vertraging:</b>
 Dit is de rondgangstijd voor een tunnel test, welke een enkel bericht verstuurt
 vanuit een client tunnel dat dan bij een onderzoekende tunnel naar binnen gaat, of omgekeerd.
 Dit zou over het algemeen minder dan 5 seconden moeten zijn.
 Indien dit consequent hoger is, dan is of je computer erg traag of
 moet je je bandbreedte instellingen aanpassen of zijn er netwerk problemen.
-<a href="configstats.jsp#tunnel.testSuccessTime">[Grafieken inschakelen]</a> (tunnel.testSuccessTime).
+<a href="configstats.jsp#tunnel.testSuccessTime">[Grafieken inschakelen]</a> (tunnel.testSuccessTime).</li>
 <li class="tidylist"><b>Achterstand:</b>
 Dit is het aantal wachtende aanvragen van andere routers om een deelnemende
 tunnel door je eigen router te bouwen.
 Dit zou over het algemeen dicht bij de nul moeten zijn.
 Indien dit consequent hoog is, dan is of je computer te traag of
-moet je je bandbreedte instellingen aanpassen.
+moet je je bandbreedte instellingen aanpassen.</li>
 <li class="tidylist"><b>Accepteren / Weigeren:</b>
 De status van de router voor het accepteren of weigeren
 van verzoeken van andere routers om een deelnemende tunnel door je router te bouwen.
 Je router kan alle aanvragen accepteren, een percentage accepteren of weigeren,
 of alle aanvragen weigeren om verschillende redenen, om de bandbreedte en CPU
-gebruik te beheren en capaciteit te houden voor lokale clients.</ul>
+gebruik te beheren en capaciteit te houden voor lokale clients.</li></ul>
 
 <h3>Lokale bestemmingen</h3><div align="justify">
 De lokale applicaties die door je router verbinden.
diff --git a/apps/routerconsole/jsp/help_ru.jsp b/apps/routerconsole/jsp/help_ru.jsp
index c52749f9613add19494cfc346183bb43880eeb89..712f1ee5c1fb034edd793c79fbbc5469ad60675a 100644
--- a/apps/routerconsole/jsp/help_ru.jsp
+++ b/apps/routerconsole/jsp/help_ru.jsp
@@ -34,19 +34,19 @@
 
 Первые 4 символа (24 бита) из Вашего 44-символьного (256-битного) Base64 хеша маршрутизатора. Полный хеш показывается на странице <a href="netdb.jsp?r=.">информации о маршрутизаторе</a>. Никогда никому не показывайте хеш своего маршрутизатора, так как в нем содержится информация о Вашем IP-адресе.
 
-
+</li>
 <li class="tidylist"><b>Версия:</b>
 
-Версия Вашего I2P маршрутизатора. 
+Версия Вашего I2P маршрутизатора. </li>
 
 <li class="tidylist"><b>Время:</b>
 
 Текущее время (UTC) и величина рассинхронизации времени (если есть). Для правильной работы I2P нужно точное системное время. Пожалуйста, поправьте системное время, если расхождение приближается к 1-ой минуте.
-
+</li>
 <li class="tidylist"><b>Доступность:</b>
 
 Результат проверки Вашим маршрутизатором, насколько он открыт для входящих соединений от маршрутизаторов других пользователей. Подробнее смотрите на <a href="config.jsp#help">странице сетевых настроек</a>. 
-
+</li>
 </ul>
 
 <h3>Пиры</h3><ul>
@@ -54,23 +54,23 @@
 <li class="tidylist"><b>Активные:</b>
 
 Первое число — это количество пиров, с которыми происходил обмен сообщениями за последние несколько минут. Значение может меняться от 8-10 до нескольких сотен в зависимости от Вашего общего трафика, доли транзитного трафика, локально создаваемого трафика. Второе число — это количество пиров, наблюдавшихся за последний час. Не волнуйтесь, если эти числа сильно меняются. Это нормально.  <a href="configstats.jsp#router.activePeers">[Включить построение графика]</a>. 
-
+</li>
 <li class="tidylist"><b>Быстрые:</b>
 
 Количество пиров, которые используются Вашим маршрутизатором для построения клиентских туннелей. В общем случае это значение будет в диапазоне 8-30. Список быстрых пиров можно посмотреть на странице <a href="profiles.jsp">профили</a>. <a href="configstats.jsp#router.fastPeers">[Включить построение графика]</a>. 
-
+</li>
 <li class="tidylist"><b>Высокоёмкие:</b>
 
 Количество пиров, которые используются Вашим маршрутизатором для построения части зондирующих туннелей. В общем случае это значение будет в диапазоне 8-75. Быстрые пиры входят в группу высокоёмких. Список высокоёмких пиров можно посмотреть на странице <a href="profiles.jsp">профили</a>. <a href="configstats.jsp#router.highCapacityPeers">[Включить построение графика]</a>. 
-
+</li>
 <li class="tidylist"><b>Хорошо интегрированные:</b>
 
 Количество пиров, которые используются Вашим маршрутизатором для запросов к сетевой базе данных. Обычно в таком качестве выступают «floodfill» пиры. Список хорошо интегрированных пиров можно посмотреть в конце страницы <a href="profiles.jsp">профили</a>. 
-
+</li>
 <li class="tidylist"><b>Известные:</b>
 
 Это общее количество пиров известных Вашему маршрутизатору. Их список показывается на странице <a href="netdb.jsp">обзор сетевой базы данных</a>. Это значение может варьироваться от десятков до тысяч. Значение не соответствует реальному полному размеру сети, так как маршрутизатору в сети I2P достаточно знать лишь часть других маршрутизаторов. Значение зависит от Вашего общего трафика, доли транзитного трафика, локально создаваемого трафика. 
-
+</li>
 </ul>
 
 <h3>Трафик (входящий/исходящий)</h3>
@@ -94,20 +94,20 @@
 
 <li class="tidylist"><div align="justify"><b>Зондирующие:</b>
 Туннели, созданные Вашим маршрутизатором для связи с floodfill-пирами, тестирования уже существующих туннелей и построения новых.</div> 
-
+</li>
 <li class="tidylist"><b>Клиентские:</b>
 Туннели, созданные Вашим маршрутизатором для каждого локального клиента.
-
+</li>
 <li class="tidylist"><b>Транзитные:</b>
 
 Туннели, построенные другими маршрутизаторами, проходящие через Ваш маршрутизатор. Их количество может сильно варьироваться в зависимости от потребностей сети, настроенной доли транзитного трафика и объема локально создаваемого трафика. Рекомендуемый способ ограничения количества транзитных туннелей — настроить долю транзитного трафика на странице <a href="config.jsp#help">сетевых настроек</a>. Также можно задать точный ограничитель количества через параметр <tt>router.maxParticipatingTunnels=nnn</tt> на странице <a href="configadvanced.jsp">дополнительных настроек</a>.
 
 <a href="configstats.jsp#tunnel.participatingTunnels">[Включить построение графика]</a>. 
-
+</li>
 <li class="tidylist"><b>Доля транзита:</b>
 
 Количество транзитных туннелей, проходящих через Ваш маршрутизатор, поделенное на суммарное количество хопов в Ваших зондирующих и клиентских туннелях. Значение больше 1.00 означает, что Вы предоставляете для сети больше туннелей, чем используете сами.
-
+</li>
 </ul>
 
 <h3>Занятость</h3>
@@ -120,27 +120,27 @@
 Как долго задания ожидают выполнения. Содержимое очереди можно посмотреть на странице <a href="jobs.jsp">очередь заданий</a>.  К сожалению, есть ещё несколько внутренних очередей, статус которых в консоли не показывается. Задержка заданий в нормальной ситуации должна быть нулевой. Если она систематически выше 500ms, то либо Ваш компьютер слишком медленный, либо с Вашим маршрутизатором проблемы. 
 
 <a href="configstats.jsp#jobQueue.jobLag">[Включить построение графика]</a>.
-
+</li>
 <li class="tidylist"><b>Задержка сообщений:</b>
 
 Как долго исходящие сообщения находятся в очереди. В нормальном случае эта задержка должна быть не выше нескольких сотен миллисекунд. Если она систематически выше 1000ms, то либо Ваш компьютер слишком медленный, либо Вам следует перенастроить ограничение скорости, либо локальные клиенты (чаще всего bittorrent) посылают слишком много данных. Для таких клиентов имеет смысл ограничить скорость. 
 
 <a href="configstats.jsp#transport.sendProcessingTime">[Включить построение графика]</a> (transport.sendProcessingTime). 
-
+</li>
 <li class="tidylist"><b>Задержка туннелей:</b>
 
 Время прохождения сигнала при проверке туннеля (сообщение посылается от клиентского туннеля до зондирующего или в обратном направлении). Это значение в нормальном случае должно быть ниже 5 секунд. Если оно систематически выше, то либо Ваш компьютер слишком медленный, либо Вам следует перенастроить ограничение скорости, либо с сетью что-то не в порядке.  
 
 <a href="configstats.jsp#tunnel.testSuccessTime">[Включить построение графика]</a> (tunnel.testSuccessTime). 
-
+</li>
 <li class="tidylist"><b>Очередь запросов:</b>
 
 Количество пока необработанных запросов от других маршрутизаторов о построении транзитных туннелей через Ваш маршрутизатор. В нормальном случае это значение должно быть около нуля. Если оно систематически выше, то Ваш компьютер слишком медленный и Вам следует настроить меньшую долю транзитного трафика.
-
+</li>
 <li class="tidylist"><b>Принимаем/Не принимаем туннели:</b>
 
 Состояние Вашего маршрутизатора по приему или отклонению запросов от других маршрутизаторов о построении туннелей. Ваш маршрутизатор может принимать все запросы, принимать/отклонять часть запросов или отклонять все запросы, в зависимости от сетевой загрузки, нагрузки на процессор и необходимости резервировать полосу пропускания для локальных клиентов. 
-
+</li>
 </ul>
 
 <h2>Лицензии</h2>