fix niggly bug in TEI parsing; test GraphML in/out
[scpubgit/stemmatology.git] / lib / Text / Tradition / Collation / Reading.pm
index 7c0daa9..0b57ff8 100644 (file)
@@ -143,7 +143,7 @@ around BUILDARGS => sub {
        # ID to match.
        
        if( exists $args->{'is_lacuna'} && !exists $args->{'text'} ) {
-               $args->{'text'} = sprintf( "#LACUNA_%s#", $args->{'id'} );
+               $args->{'text'} = '#LACUNA#';
        } elsif( exists $args->{'is_start'} ) {
                $args->{'id'} = '#START#';  # Change the ID to ensure we have only one
                $args->{'text'} = '#START#';