From c961f6b2cf178720ae8b8d06e61b02a3995d9a6d Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 10 Apr 2012 16:41:48 +0200 Subject: [PATCH] upgrader another typo fix --- include/admin/tpl/upgrader.inc.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/admin/tpl/upgrader.inc.tpl b/include/admin/tpl/upgrader.inc.tpl index 428253f2..0378bcb0 100644 --- a/include/admin/tpl/upgrader.inc.tpl +++ b/include/admin/tpl/upgrader.inc.tpl @@ -102,7 +102,7 @@ {/if} -{if ($errorCount < 1)} + {if ($errorCount < 1)} {if (sizeof($sqlfiles) > 0)}

{$database_update_types}:

@@ -122,7 +122,7 @@
{$task.version} - {$task.title}
{$task.desc|nl2br}

{/foreach} - {if} + {/if} {if ($taskCount == 0)} {$CONST.SERENDIPITY_UPGRADER_NO_VERSION_SPECIFIC} @@ -138,5 +138,5 @@

{$CONST.SERENDIPITY_UPGRADER_CONSIDER_DONE} {/if} - {/if} + {/if} {* errorCount end *} {/if}{* showAbort else end *}