diff options
| -rw-r--r-- | templates/blog/activity.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/activity.html b/templates/blog/activity.html index c0ced234..c78480fe 100644 --- a/templates/blog/activity.html +++ b/templates/blog/activity.html @@ -32,7 +32,7 @@ {% if activity_recent_comments %} <h1>Recent Comments</h1> - <hr><br><br> + <hr><br> <ul> {% for comment in activity_recent_comments %} <li> |
