From 99592bcd301d6a5554175413a128a4d8b2e928a9 Mon Sep 17 00:00:00 2001 From: Peter Blazejewicz Date: Mon, 9 May 2016 20:34:52 +0200 Subject: [PATCH] :bug: Remove orphaned tag. Fixes #553 This fixes following runtime error: Error @ (1761:46,21)(4) - [The "text" element was not closed. The tag should be removed as part of aspnet/Templates#470 but somehow slipped out of actual comits. Thanks! --- src/Rules/StarterWeb/IndividualAuth/Views/Manage/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rules/StarterWeb/IndividualAuth/Views/Manage/Index.cshtml b/src/Rules/StarterWeb/IndividualAuth/Views/Manage/Index.cshtml index 413c19d3..9882d144 100644 --- a/src/Rules/StarterWeb/IndividualAuth/Views/Manage/Index.cshtml +++ b/src/Rules/StarterWeb/IndividualAuth/Views/Manage/Index.cshtml @@ -44,7 +44,7 @@ } else { - Add + Add }*@