diff --git a/ckan/templates/revision/read.html b/ckan/templates/revision/read.html index 4596d0d49db..e251b698122 100644 --- a/ckan/templates/revision/read.html +++ b/ckan/templates/revision/read.html @@ -17,12 +17,19 @@ action='edit', id=c.revision.id) }}" > - {% if rev.state != 'deleted' %} - - {% endif %} - {% if rev.state == 'deleted' %} - - {% endif %} +
  • + {% if rev.state != 'deleted' %} + + {% endif %} + {% if rev.state == 'deleted' %} + + {% endif %} +
  • {% endif %} {% endblock %}