Skip to content
This repository has been archived by the owner on Sep 21, 2018. It is now read-only.

Commit

Permalink
🐛 Remove orphaned <text> tag. Fixes #553
Browse files Browse the repository at this point in the history
This fixes following runtime error:
Error @ (1761:46,21)(4) - [The "text" element was not closed.
The tag should be removed as part of #470
but somehow slipped out of actual comits.

Thanks!
  • Loading branch information
peterblazejewicz committed May 9, 2016
1 parent 2e8a0e3 commit 99592bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
else
{
<text><a asp-controller="Manage" asp-action="AddPhoneNumber" class="btn-bracketed">Add</a>
<a asp-controller="Manage" asp-action="AddPhoneNumber" class="btn-bracketed">Add</a>
}*@
</dd>

Expand Down

0 comments on commit 99592bc

Please sign in to comment.