diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/generate_card.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_card.py b/scripts/generate_card.py index 8e8f0aa6..a92f2352 100755 --- a/scripts/generate_card.py +++ b/scripts/generate_card.py @@ -109,7 +109,7 @@ def get_latex_field(card: MutableMapping, return latex_value, True else: if not isinstance(normal_value, list): - return normal_value, False + return f'{fmt_prefix}{normal_value}', False # Transform a list of values into a single string. # normal fields are joined using '\\ ' |
