Fix a missing closing tag.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Thu, 15 Oct 2009 18:25:54 -0400 | 
    
    
        | parents | c48a619ef5db | 
    
        | children | 892dd344113c | 
    
        | branches/tags | webui | 
    
        | files | review/web_templates/review.html | 
Changes
    
--- a/review/web_templates/review.html	Thu Oct 15 17:53:37 2009 -0400
+++ b/review/web_templates/review.html	Thu Oct 15 18:25:54 2009 -0400
@@ -45,4 +45,5 @@
                             <div class="message">${ comment.message }</div>
                         </div>
                     </td></tr>
-        </table>
\ No newline at end of file
+        </table>
+    </div>
\ No newline at end of file