Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Moving break from above footer to above last updated
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital committed Oct 13, 2024
1 parent 79b1117 commit 7fa5bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest/compton_pages/updates.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ func Updates(sections []string, updates map[string][]string, sectionTitles map[s

/* Last Updated section */

pageStack.Append(compton_fragments.Updated(p, updated))
pageStack.Append(els.Br(), compton_fragments.Updated(p, updated))

/* Standard app footer */

pageStack.Append(els.Br(), compton_fragments.Footer(p))
pageStack.Append(compton_fragments.Footer(p))

return p
}
Expand Down

0 comments on commit 7fa5bcf

Please sign in to comment.