Skip to content
Snippets Groups Projects
Commit 95401d32 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

fix a stray quotation mark.

parent 768422db
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
<input class="Form-input full" name="name" ng-model="database.name" required />
</div>
<div class="Form-field"">
<div class="Form-field">
<label class="Form-label">Database Type:</label>
<label class="Select">
<select name="engine" ng-model="database.engine" ng-options="type as properties.name for (type, properties) in form_input.engines"></select>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment