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"; }