From 560709393614983cb2858815e9897cb781bdbef5 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 6 Feb 2025 17:28:41 +0000 Subject: Improve transposition --- laravel/public/song.gmi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'laravel/public') diff --git a/laravel/public/song.gmi.php b/laravel/public/song.gmi.php index d234195..cbe7d5e 100755 --- a/laravel/public/song.gmi.php +++ b/laravel/public/song.gmi.php @@ -28,7 +28,7 @@ printf("30 " . Song::inRandomOrder()->first()->id . "\r\n");return; audio ? "=> {$song->audio} Listen to this song" : "" ?> ```chord sheet -textTranspose(getenv('QUERY_STRING')??'') ?> +textTranspose(ucfirst(getenv('QUERY_STRING')??'')) ?> ``` getChordsAttribute($txt) as $symbol => $tabs): ?> -- cgit 1.4.1