Skip to content

Commit

Permalink
Merge pull request #4188 from DivinumOfficium/hv
Browse files Browse the repository at this point in the history
fix false initial in Psalm 118
  • Loading branch information
APMarcello3 authored Nov 25, 2024
2 parents 0e3bf68 + 5cf35ea commit 92ab30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/cgi-bin/horas/horasscripts.pl
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ sub psalm : ScriptFunc {
handleverses(\@lines);

# put initial at begin
$lines[0] = "v. $lines[0]" if ($nonumbers || $psnum == 234); # 234 - quiqumque has no numbers
$lines[0] =~ s/^(?=\p{Letter})/v. / if ($nonumbers || $psnum == 234); # 234 - quiqumque has no numbers

my $output = "!$title";
$output .= " [" . ($column == 1 ? ++$psalmnum1 : ++$psalmnum2) . "]"
Expand Down

0 comments on commit 92ab30f

Please sign in to comment.