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'):