# HG changeset patch # User timeless@gmail.com # Date 1462276779 0 # Node ID c47e7838fe9d818333766821a16d591f847feb50 # Parent 827e64d68a05203cf133c262459038c26d457a1a spelling: highlighting diff -r 827e64d68a05 -r c47e7838fe9d kallithea/templates/search/search_commit.html --- a/kallithea/templates/search/search_commit.html Tue May 03 11:55:43 2016 +0000 +++ b/kallithea/templates/search/search_commit.html Tue May 03 11:59:39 2016 +0000 @@ -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 -r 827e64d68a05 -r c47e7838fe9d kallithea/templates/search/search_content.html --- a/kallithea/templates/search/search_content.html Tue May 03 11:55:43 2016 +0000 +++ b/kallithea/templates/search/search_content.html Tue May 03 11:59:39 2016 +0000 @@ -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'):