Change symbol for subform

This commit is contained in:
2023-09-30 11:58:21 +02:00
parent 1f51d3e994
commit 108aae329c
2 changed files with 2 additions and 2 deletions

View File

@@ -359,7 +359,7 @@ impl Requires for Unterformular {
| Requirement::ExternalDataFormSubform(_)
| Requirement::UnterformularSubform(_)
| Requirement::ExternalUnterformularSubform(_) => {
Some(format!(" $ {}\n", entry.to_string()))
Some(format!(" * {}\n", entry.to_string()))
}
_ => None,
})