Last post Aug 06, 2013 04:23 AM by mhcodner
Member
445 Points
176 Posts
Aug 06, 2013 04:11 AM|mhcodner|LINK
I keep receiving the error "Encountered end tag "form" with no matching start tag. Are your start/end tags properly balanced?"
But I know it has a matching start tag because it is exactly as follows
@if (New){ <form class="form-horizontal" enctype="multipart/form-data" method="post"> <div class="form-group"> <label for="Title" class="control-label">Title</label> <input name="Title" type="text" class="form-control" placeholder="Title"> </div> <div class="form-group"> <label for="URL" class="control-label">URL</label> <input name="URL" type="text" class="form-control" placeholder="URL"> </div> <div class="form-group"> <input type="submit" class="btn btn-default">Submit</button> </div> </form> }
What's the deal with this? Is there something else that could cause this error to appear?
Participant
820 Points
205 Posts
Aug 06, 2013 04:19 AM|BorysG|LINK
Aug 06, 2013 04:23 AM|mhcodner|LINK
I overlooked that thank you
Member
445 Points
176 Posts
Parser error trying to correct my HTML
Aug 06, 2013 04:11 AM|mhcodner|LINK
I keep receiving the error "Encountered end tag "form" with no matching start tag. Are your start/end tags properly balanced?"
But I know it has a matching start tag because it is exactly as follows
What's the deal with this? Is there something else that could cause this error to appear?
Participant
820 Points
205 Posts
Re: Parser error trying to correct my HTML
Aug 06, 2013 04:19 AM|BorysG|LINK
Member
445 Points
176 Posts
Re: Parser error trying to correct my HTML
Aug 06, 2013 04:23 AM|mhcodner|LINK
I overlooked that thank you