diff --git a/chant_edit.php b/chant_edit.php index 1037b1c..ec57176 100644 --- a/chant_edit.php +++ b/chant_edit.php @@ -206,7 +206,7 @@ while ($s = $req->fetch_assoc()) { $c_s[] = $s; } -$title = $c['incipit']; +$title = $c['incipit']?$c['incipit']:'New score'; $custom_header = <<