mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
BUG: acces to app struct ifrom the controllers is missing
This commit is contained in:
@@ -14,8 +14,8 @@ func (h *HTML) SetKey(key string) {
|
||||
h.Set(KEY_FIELD, key)
|
||||
}
|
||||
|
||||
func (h *HTML) HTML() string {
|
||||
return h.GetString(HTML_FIELD)
|
||||
func (h *HTML) HTML() any {
|
||||
return h.GetRaw(HTML_FIELD)
|
||||
}
|
||||
|
||||
func (h *HTML) SetHTML(html string) {
|
||||
|
||||
Reference in New Issue
Block a user