diff --git a/views/core-edit.hbs b/views/core-edit.hbs index f992991..16f3ed5 100644 --- a/views/core-edit.hbs +++ b/views/core-edit.hbs @@ -7,7 +7,7 @@ {{label "deviceName" "Edit Device Name:"}} {{input "deviceName" coreName class="form-control"}} {{#if values.0.coreName}} -

* Current value is, {{values.0.coreName}}

+

* Current value is, {{values.0.coreName}}

{{/if}} @@ -15,7 +15,7 @@ {{label "locationDesc" "Edit Location:"}} {{input "locationDesc" locationDesc class="form-control"}} {{#if values.0.locationDesc}} -

* Current value is, {{values.0.locationDesc}}

+

* Current value is, {{values.0.locationDesc}}

{{/if}}