# HG changeset patch # User Steve Losh # Date 1255645554 14400 # Node ID 02210fd5a4fb27df12c3e8221ad4c364d18cefb6 # Parent c48a619ef5db477c8873c4d3a478354e584ed876 Fix a missing closing tag. diff -r c48a619ef5db -r 02210fd5a4fb review/web_templates/review.html --- 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 @@
${ comment.message }
- \ No newline at end of file + + \ No newline at end of file