diff --git a/template/container.xml_templ.go b/template/container.xml_templ.go index fd20d38..6050333 100644 --- a/template/container.xml_templ.go +++ b/template/container.xml_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.943 +// templ: version: v0.3.1020 package template //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/template/content.opf_templ.go b/template/content.opf_templ.go index e0ea7cf..2244084 100644 --- a/template/content.opf_templ.go +++ b/template/content.opf_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.943 +// templ: version: v0.3.1020 package template //lint:file-ignore SA4006 This context is only used if a nested component is present. @@ -40,11 +40,11 @@ func ContentOPF(uniqueIdentifier string, dc *model.DublinCoreMetadata, manifest return templ_7745c5c3_Err } var templ_7745c5c3_Var2 string - templ_7745c5c3_Var2, templ_7745c5c3_Err = templ.JoinStringErrs(uniqueIdentifier) + templ_7745c5c3_Var2, templ_7745c5c3_Err = templ.ResolveAttributeValue(uniqueIdentifier) if templ_7745c5c3_Err != nil { return templ.Error{Err: templ_7745c5c3_Err, FileName: `template/content.opf.templ`, Line: 7, Col: 141} } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var2)) + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ_7745c5c3_Var2) if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/template/content.xhtml_templ.go b/template/content.xhtml_templ.go index f8f063f..44ee03d 100644 --- a/template/content.xhtml_templ.go +++ b/template/content.xhtml_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.943 +// templ: version: v0.3.1020 package template //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/template/cover.xhtml_templ.go b/template/cover.xhtml_templ.go index c01828b..2863555 100644 --- a/template/cover.xhtml_templ.go +++ b/template/cover.xhtml_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.943 +// templ: version: v0.3.1020 package template //lint:file-ignore SA4006 This context is only used if a nested component is present. @@ -38,11 +38,11 @@ func CoverXHTML(coverPath string) templ.Component { return templ_7745c5c3_Err } var templ_7745c5c3_Var2 string - templ_7745c5c3_Var2, templ_7745c5c3_Err = templ.JoinStringErrs(coverPath) + templ_7745c5c3_Var2, templ_7745c5c3_Err = templ.ResolveAttributeValue(coverPath) if templ_7745c5c3_Err != nil { return templ.Error{Err: templ_7745c5c3_Err, FileName: `template/cover.xhtml.templ`, Line: 32, Col: 58} } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var2)) + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ_7745c5c3_Var2) if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }