my eye

Fix horizonal rule around README on project index

Committed 7324d4

--- a/webint_code/templates/project/index.html
+++ b/webint_code/templates/project/index.html

     <span style=color:$test_color>$:test_indicator</span>
     $test_msg in $test_results["time"]<small>s</small></p>
 
-<hr>
-
 $if readme:
+    <hr>
     <div>$:mkdn(readme)</div>
     <hr>