From 7ea027ab68a390e672cf2d15b88124b59e6a4e97 Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Thu, 20 Mar 2008 12:52:32 +0000 Subject: [PATCH] KTS-3188 "Indexing Diagnostics page provides an invalid link to documents" Fixed. --- plugins/search2/reporting/templates/indexerrors.smarty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/search2/reporting/templates/indexerrors.smarty b/plugins/search2/reporting/templates/indexerrors.smarty index d0cc6cf..bf1694b 100644 --- a/plugins/search2/reporting/templates/indexerrors.smarty +++ b/plugins/search2/reporting/templates/indexerrors.smarty @@ -34,7 +34,7 @@ {foreach key=key from=$index_errors item=indexError} - {$indexError.filename|truncate:40:'...'} + {$indexError.filename|truncate:40:'...'} {if $indexError.extractor}{$indexError.extractor}{else}

{i18n}n/a{/i18n}

{/if} {$indexError.indexdate} -- libgit2 0.21.4