diff --git a/internal/nebula/form/input_handle.templ b/internal/nebula/form/input_handle.templ index eca44c2b1..a8f41c02d 100644 --- a/internal/nebula/form/input_handle.templ +++ b/internal/nebula/form/input_handle.templ @@ -18,6 +18,7 @@ templ InputHandle() { +
} templ InputHandleError() { @@ -29,6 +30,7 @@ templ InputHandleError() { +
} templ InputHandleValid() { @@ -37,4 +39,5 @@ templ InputHandleValid() { +
} diff --git a/internal/nebula/form/input_name.templ b/internal/nebula/form/input_name.templ index 9508bfd37..f70356f51 100644 --- a/internal/nebula/form/input_name.templ +++ b/internal/nebula/form/input_name.templ @@ -17,6 +17,7 @@ templ InputName() { +
} templ InputNameError() { @@ -24,6 +25,7 @@ templ InputNameError() { +
} templ InputNameValid() { @@ -31,4 +33,5 @@ templ InputNameValid() { +
} diff --git a/internal/nebula/form/layout_templ.go b/internal/nebula/form/layout_templ.go index a91620827..5fc4b9e02 100644 --- a/internal/nebula/form/layout_templ.go +++ b/internal/nebula/form/layout_templ.go @@ -138,7 +138,7 @@ func Body() templ.Component { templ_7745c5c3_Var6 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -146,7 +146,7 @@ func Body() templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -248,7 +248,7 @@ func SubmitButton(text string) templ.Component { var templ_7745c5c3_Var10 string templ_7745c5c3_Var10, templ_7745c5c3_Err = templ.JoinStringErrs(text) if templ_7745c5c3_Err != nil { - return templ.Error{Err: templ_7745c5c3_Err, FileName: `internal/nebula/form/layout.templ`, Line: 53, Col: 8} + return templ.Error{Err: templ_7745c5c3_Err, FileName: `internal/nebula/form/layout.templ`, Line: 55, Col: 8} } _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var10)) if templ_7745c5c3_Err != nil {