|
@@ -1,6 +1,6 @@
|
|
// Code generated by templ - DO NOT EDIT.
|
|
// Code generated by templ - DO NOT EDIT.
|
|
|
|
|
|
-// templ: version: v0.3.887
|
|
|
|
|
|
+// templ: version: v0.3.898
|
|
package web
|
|
package web
|
|
|
|
|
|
//lint:file-ignore SA4006 This context is only used if a nested component is present.
|
|
//lint:file-ignore SA4006 This context is only used if a nested component is present.
|
|
@@ -280,8 +280,12 @@ func errorPage(message string, mail string) templ.Component {
|
|
if templ_7745c5c3_Err != nil {
|
|
if templ_7745c5c3_Err != nil {
|
|
return templ_7745c5c3_Err
|
|
return templ_7745c5c3_Err
|
|
}
|
|
}
|
|
- var templ_7745c5c3_Var15 templ.SafeURL = "mailto:" + templ.SafeURL(mail)
|
|
|
|
- _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(string(templ_7745c5c3_Var15)))
|
|
|
|
|
|
+ var templ_7745c5c3_Var15 templ.SafeURL
|
|
|
|
+ templ_7745c5c3_Var15, templ_7745c5c3_Err = templ.JoinURLErrs("mailto:" + templ.SafeURL(mail))
|
|
|
|
+ if templ_7745c5c3_Err != nil {
|
|
|
|
+ return templ.Error{Err: templ_7745c5c3_Err, FileName: `index.templ`, Line: 145, Col: 45}
|
|
|
|
+ }
|
|
|
|
+ _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var15))
|
|
if templ_7745c5c3_Err != nil {
|
|
if templ_7745c5c3_Err != nil {
|
|
return templ_7745c5c3_Err
|
|
return templ_7745c5c3_Err
|
|
}
|
|
}
|