This commit is contained in:
@@ -95,8 +95,6 @@ impl Abschnitt {
|
||||
while let Some(child) = &c.peek() {
|
||||
if Ueberschrift::test_with_typ_and_content(child, "titel", "Beachte") {
|
||||
c.next();
|
||||
//<absatz typ="erltext" ct="beachte" halign="j">Zu Abs. 2: zum Bezugszeitraum vgl. § 33 Abs. 13</absatz>
|
||||
|
||||
let absatz = Absatz::parse(
|
||||
c.next()
|
||||
.expect("After a 'Beachte' title, we need an Absatz"),
|
||||
|
Reference in New Issue
Block a user