Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FAJ-Munich committed Feb 26, 2024
1 parent 76711e6 commit ecb563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/cgi-bin/horas/specials.pl
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ sub setcomment {
my $lang = shift;
my $prefix = shift;

if ($comment =~ /Source/i && $votive !~ /hodie/i) { $ind = 7; }
if ($comment =~ /Source/i && $votive && $votive !~ /hodie/i) { $ind = 7; }
$label = translate_label($label, $lang);
my %comm = %{setupstring($lang, 'Psalterium/Comment.txt')};
my @comm = split("\n", $comm{$comment});
Expand Down

0 comments on commit ecb563b

Please sign in to comment.