start to worok on Dave comments for bp--going through Dave comments, first round
--- a/bp/index.html Thu Dec 05 09:58:11 2013 +0100
+++ b/bp/index.html Thu Dec 05 09:59:36 2013 +0100
@@ -727,12 +727,14 @@
<p class="note"><b>TAG advices on http issues</b><br>
The TAG provides advice to the community that they may mint "http" URIs for any resource provided that they follow this simple rule for the sake of removing ambiguity as below:
-<ul class="highlight">
-<li> If an "http" resource responds to a GET request with a 2xx response, then the resource identified by that URI is an information resource;</li>
-<li> If an "http" resource responds to a GET request with a 303 (See Other) response, then the resource identified by that URI could be any resource;</li>
-<li> If an "http" resource responds to a GET request with a 4xx (error) response, then the nature of the resource is unknown.
-</li>
+<div class="highlight">
+ <ul>
+ <li> If an "http" resource responds to a GET request with a 2xx response, then the resource identified by that URI is an information resource;</li>
+ <li> If an "http" resource responds to a GET request with a 303 (See Other) response, then the resource identified by that URI could be any resource;</li>
+ <li> If an "http" resource responds to a GET request with a 4xx (error) response, then the nature of the resource is unknown.
+ </li>
</ul>
+</div>