Skip to content

Commit

Permalink
code: 'Tu autem' expandable in Prima
Browse files Browse the repository at this point in the history
  • Loading branch information
mbab committed Sep 7, 2024
1 parent 48aba9a commit 3a9eab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/cgi-bin/horas/monastic.pl
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ sub regula : ScriptFunc {
$t .= join("\n", @a);
}

$t .= "\n" . prayer("Tu autem", $lang);
$t .= "\n\$Tu autem";
$t .= "\n_\n" . prayer("rubrica Regula", $lang) . "\n_";
return $t;
}
2 changes: 1 addition & 1 deletion web/cgi-bin/horas/specials.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1789,6 +1789,6 @@ sub lectio_brevis_prima {
$brevis = $b || $brevis;
}
$brevis = prayer('benedictio Prima', $lang) . "\n$brevis" unless $version =~ /^Monastic/;
$brevis .= "\n" . prayer("Tu autem", $lang);
$brevis .= "\n\$Tu autem";
($brevis, $comment);
}

0 comments on commit 3a9eab6

Please sign in to comment.