From 5511b20a439d8174479b59adbe54c32c9b07f826 Mon Sep 17 00:00:00 2001 From: Olivier Berten Date: Tue, 7 May 2013 14:34:49 +0100 Subject: [PATCH] Bugfix: source for new scores didn't display the "sequence" field --- chant_edit.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chant_edit.php b/chant_edit.php index 78e7439..21a7a28 100644 --- a/chant_edit.php +++ b/chant_edit.php @@ -257,8 +257,9 @@ if(!$logged_in) { echo '

'; sources_box('0'); echo "\n"; - echo ''; - echo ''; + echo ''; + echo ''; + echo ''; echo '

'; } echo 'Add more';