From cb7e3493b9a952f5838646dade5396d808caf73e Mon Sep 17 00:00:00 2001 From: Olivier Berten Date: Fri, 5 Jan 2024 16:53:36 +0100 Subject: [PATCH] Add link to scrib.io --- chant.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/chant.php b/chant.php index 1a232af..d801d6d 100644 --- a/chant.php +++ b/chant.php @@ -297,16 +297,20 @@ if(!$c['copyrighted']) { } if($mode) $gabc .= "annotation: $mode\n"; $gabc .= "%%\n"; + $pure_gabc = ''; if(is_string($content)) { - $gabc .= $content."\n"; + $pure_gabc .= $content."\n"; } elseif(is_array($content)) { foreach($content as $e) { - if($e[0] == 'gabc') $gabc .= $e[1]."\n"; + if($e[0] == 'gabc') $pure_gabc .= $e[1]."\n"; } } - echo '
  • Illuminare Score editor
  • -
  • Source & Summit Editor
  • + $gabc .= $pure_gabc; + echo '
  • Source & Summit Editor
  • +
  • Illuminare Score editor
  • +
  • Neumz NABC Renderer
  • '; + echo "\n"; } if($c['remarks'] > '') {