# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 13:59:39 # Node ID c47e7838fe9d818333766821a16d591f847feb50 # Parent 827e64d68a05203cf133c262459038c26d457a1a spelling: highlighting diff --git a/kallithea/templates/search/search_commit.html b/kallithea/templates/search/search_commit.html --- a/kallithea/templates/search/search_commit.html +++ b/kallithea/templates/search/search_commit.html @@ -1,4 +1,4 @@ -##commit highligthing +##commit highlighting %for cnt,sr in enumerate(c.formated_results): %if h.HasRepoPermissionAny('repository.write','repository.read','repository.admin')(sr['repository'],'search results check'): diff --git a/kallithea/templates/search/search_content.html b/kallithea/templates/search/search_content.html --- a/kallithea/templates/search/search_content.html +++ b/kallithea/templates/search/search_content.html @@ -1,4 +1,4 @@ -##content highligthing +##content highlighting %for cnt,sr in enumerate(c.formated_results): %if h.HasRepoPermissionAny('repository.write','repository.read','repository.admin')(sr['repository'],'search results check'):