From c39ccefe8250ae6f41c18a8b0f2e08f12fcb6b8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 1 Jun 2016 16:45:23 +0200 Subject: [PATCH] Fix HTML syntax in exceptionLogView.tpl --- wcfsetup/install/files/acp/templates/exceptionLogView.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/acp/templates/exceptionLogView.tpl b/wcfsetup/install/files/acp/templates/exceptionLogView.tpl index 34d83220eb..036a2e261f 100644 --- a/wcfsetup/install/files/acp/templates/exceptionLogView.tpl +++ b/wcfsetup/install/files/acp/templates/exceptionLogView.tpl @@ -120,7 +120,7 @@ {foreach from=$chain[stack] item=stack}
  • {$stack[file]} ({$stack[line]}): {$stack[class]}{$stack[type]}{$stack[function]}(…)
  • {/foreach} - + {/foreach} -- 2.20.1