Browse Source

Fix title parsing in make-html to ignore other information than title.

remotes/origin/translate_notes
Alexandre Dupas 15 years ago
parent
commit
1030c5c12b
  1. 2
      make-html

2
make-html

@ -92,7 +92,7 @@ my $title;
while( <FILE> )
{
if( $_ =~ /\\beginsong{(.*)}\[.*by=(.*)\]/ )
if( $_ =~ /\\beginsong{(.*)}\[.*by=(.*),.*\]/ )
{
$author = latex2utf8 $2;
$title = latex2utf8 $1;

Loading…
Cancel
Save