Fix html error and indentation

This commit is contained in:
David Cormier 2013-10-03 19:00:00 -05:00
parent 07d09e9aa6
commit cae156d60c
1 changed files with 11 additions and 11 deletions

View File

@ -71,9 +71,9 @@
</div> </div>
<form ng-submit="sendMessage()"> <form ng-submit="sendMessage()">
<input type="text" ng-model="command"></input> <input type="text" ng-model="command"></input>
<input type="submit" class="btn btn-primary"></button> <input type="submit" class="btn btn-primary"></index>
</form> </form>
</div> </div>
</div> </div>
</body> </body>
</html> </html>