From 83de9e1406c158936cced65bb60daad867c30a75 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 7 Oct 2018 10:20:10 +0200 Subject: [PATCH] Fix display of navigation sidebar. There may not be any element between navigation and content. Resolves: https://github.com/cweiske/grauphel/issues/67 --- templates/gui-database.php | 2 -- templates/gui-note.php | 2 -- templates/tokens.php | 3 +-- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/gui-database.php b/templates/gui-database.php index dd3c713..14e7959 100644 --- a/templates/gui-database.php +++ b/templates/gui-database.php @@ -3,8 +3,6 @@ printPage(); ?> - -

Manage database

diff --git a/templates/gui-note.php b/templates/gui-note.php index a182f5f..1272b5c 100644 --- a/templates/gui-note.php +++ b/templates/gui-note.php @@ -3,8 +3,6 @@ printPage(); ?> - -
diff --git a/templates/tokens.php b/templates/tokens.php index 3e1f54b..52bbdb4 100644 --- a/templates/tokens.php +++ b/templates/tokens.php @@ -1,10 +1,9 @@ + printPage(); ?> - -

Manage access tokens

-- 2.30.2