# HG changeset patch # User Mads Kiilerich # Date 2017-01-06 01:43:50 # Node ID e102408574e9c5a45cfa563e9d12ccc606d15210 # Parent 4fa8b2ca0508695cf7308df9dcd885f20ce14082 templates: fix malformed tag closings diff --git a/kallithea/templates/admin/repos/repo_edit_settings.html b/kallithea/templates/admin/repos/repo_edit_settings.html --- a/kallithea/templates/admin/repos/repo_edit_settings.html +++ b/kallithea/templates/admin/repos/repo_edit_settings.html @@ -8,7 +8,7 @@ ${h.form(url('update_repo', repo_name=c. ${h.text('repo_name',class_='form-control')} ${_('Permanent Repository ID')}: `_${c.repo_info.repo_id}` ${_('What is that?')} diff --git a/kallithea/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html +++ b/kallithea/templates/changeset/changeset_file_comment.html @@ -75,7 +75,7 @@ %for status, lbl in c.changeset_statuses: %endfor