diff --git a/reviewboard/templates/reviews/boxes/review_body.html b/reviewboard/templates/reviews/boxes/review_body.html
index be888dd0729e78f0bc3c6f0cb5afc2febc6b718d..a8483a9851d79ccff5323e31cdcf7982d798926a 100644
--- a/reviewboard/templates/reviews/boxes/review_body.html
+++ b/reviewboard/templates/reviews/boxes/review_body.html
@@ -14,7 +14,7 @@
 
 {% for comment in general_comments %}
 <li>
- <a class="comment-anchor" name="{{comment.anchor_prefix}}{{comment.id}}"</a>
+ <a class="comment-anchor" name="{{comment.anchor_prefix}}{{comment.id}}"></a>
  <div class="review-comment-thread">
   <div class="review-comment">
    {% comment_detail_display_hook comment 'review' %}
