X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=songbook%2Fdisplayartist.php;h=313908f7d4ddbfa9aa5ccf9878310467e1e5a648;hb=2e50d6dfe2a271a0f2f2cbbb5837744ddb0b42eb;hp=627aa168424eb663ade5c1e6c8b37e37078bc02e;hpb=3f54436636ddcf8e6a903183da1163082ccaedbf;p=clearscm.git diff --git a/songbook/displayartist.php b/songbook/displayartist.php index 627aa16..313908f 100644 --- a/songbook/displayartist.php +++ b/songbook/displayartist.php @@ -37,7 +37,7 @@ foreach ($songs as $song) { print "
    "; foreach ($artistsSongs as $artistSong) { - print "
  1. "; + print "
  2. "; print basename ($artistSong, ".pro"); print "
  3. "; } // foreach