Remove php from state view

This commit is contained in:
Kyle Johnson 2015-02-11 09:28:50 -05:00
parent 40f12b7267
commit ac6de04bb7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<div class="col-md-6">
<div class="form-group">
<label for="newState"> <?= $SLANG['NewState'] ?></label>
<label for="newState">New State</label>
<input class="form-control" type="text" id="newState" name="newState" value="" size="16" />
</div> <!-- end .form-group -->
</div> <!-- end .col-md-6 -->