# HG changeset patch # User Mads Kiilerich # Date 2015-08-11 12:39:07 # Node ID 144878118c956f58394617e8856df2a833d76318 # Parent 1baa286d001da940764428ea475294af00c481b3 changelog: avoid invalid markup: style="display:" diff --git a/kallithea/templates/changelog/changelog.html b/kallithea/templates/changelog/changelog.html --- a/kallithea/templates/changelog/changelog.html +++ b/kallithea/templates/changelog/changelog.html @@ -35,7 +35,7 @@ ${self.repo_context_bar('changelog', c.f
% if c.pagination:
-
+
${h.form(h.url.current(),method='get')}