From f7e1c460c503afa22e520478871b0e87354a3baf Mon Sep 17 00:00:00 2001 From: Olivier Berten Date: Mon, 28 Dec 2020 01:00:56 +0100 Subject: [PATCH] Open with external editor --- chant.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/chant.php b/chant.php index af78219..361231e 100644 --- a/chant.php +++ b/chant.php @@ -240,6 +240,33 @@ if($c['gabc_verses'] || $c['tex_verses']){ } echo "\n"; } + +echo "

Open with external tool

\n\n"; + if($c['remarks'] > '') { echo "

Remarks

\n

".nl2br($c['remarks'])."

\n"; }