From 752e390f975098dafdd5ebb59725c74accb5e82a Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Mon, 9 Mar 2026 22:40:23 -0600 Subject: [PATCH] add proper div tags in left menu generation --- ui/views/block_leftmenus.jet | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/views/block_leftmenus.jet b/ui/views/block_leftmenus.jet index 853e366..e2aacb8 100644 --- a/ui/views/block_leftmenus.jet +++ b/ui/views/block_leftmenus.jet @@ -15,15 +15,15 @@ {{ if it.Show(.) }} {{ if it.Image != "" }} {{ if it.Link != "" && !it.Disabled }} - {{ it.Text }} +
{{ it.Text }}
{{ else }} - {{ it.Text }} +
{{ it.Text }}
{{ end }} {{ else }} {{ if it.Disabled }}
{{ it.Text }}
{{ else if it.Link != "" }} - {{ it.Text }} +
{{ it.Text }}
{{ else }}
{{ it.Text }}
{{ end }} @@ -45,9 +45,9 @@ {{ if it.Show(.) }} {{ if it.Image != "" }} {{ if it.Link != "" && !it.Disabled }} - {{ it.Text }} +
{{ it.Text }}
{{ else }} - {{ it.Text }} +
{{ it.Text }}
{{ end }} {{ else }} {{ if it.Disabled }}