start to worok on Dave comments for bp--going through Dave comments, first round
authorgatemezi
Thu, 05 Dec 2013 09:59:36 +0100
changeset 700 15a4c07dac63
parent 699 60bc50ae5cb3
child 701 ecc2a8b323dd
start to worok on Dave comments for bp--going through Dave comments, first round
bp/index.html
--- 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>