X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=songbook%2Fsearch.php;h=840fdb0b050574661e5f56e8eb2ad8110cc3c6be;hb=2e50d6dfe2a271a0f2f2cbbb5837744ddb0b42eb;hp=edd23f21161b712aca3ae49b7746543025e1e001;hpb=60e48d48fa976ac3e33c69ea1a815d23b756b24d;p=clearscm.git diff --git a/songbook/search.php b/songbook/search.php index edd23f2..840fdb0 100644 --- a/songbook/search.php +++ b/songbook/search.php @@ -69,7 +69,7 @@ if (count ($songmatches) > 0) { foreach ($songmatches as $songmatch) { $artist = getArtist ($songmatch); $title = basename ($songmatch, ".pro"); - print "
  • $title"; + print "
  • $title"; print " ($artist)
  • "; } // foreach