Skip to content

Commit

Permalink
Merge pull request #10 from UrbanMonastics/main
Browse files Browse the repository at this point in the history
Skip over extra intensions for now
  • Loading branch information
paulprins authored Jan 29, 2022
2 parents 4f6902c + 9e6ce21 commit b87738b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SourceTextParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1903,6 +1903,8 @@ protected function blockLiturgicalIntercessionFormat( $Element, $Text, &$BlockRe
$Elements[0]['attributes']['class'] = 'spacer';
unset( $Elements[1]['name'] );
}
}else if ( $Type == 'extra'){
return; // We have not yet implemented this
}


Expand Down

0 comments on commit b87738b

Please sign in to comment.