Skip to content

Commit

Permalink
Correct Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Dec 3, 2024
1 parent aead0f1 commit 0b63d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $(VENDOR_AUTOLOAD):
$(ZIP_FILE): $(VENDOR_AUTOLOAD)
git archive --format=zip --output=${ZIP_FILENAME} $(COMMIT)
$(shell ./simplify-mpdf.sh)
zip -r ${ZIP_FILENAME} mpdf/
zip -r ${ZIP_FILENAME} vendor/mpdf/
mkdir -p ${BUILD_DIR} && mv ${ZIP_FILENAME} ${BUILD_DIR}/

.PHONY: build
Expand Down
2 changes: 1 addition & 1 deletion tests/configurations/berlin-booklet.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"booklet_pages": true,
"additional_list_template_content": "<table style=\"margin-top: 3px;width: 100%;padding: 0px\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 23%;vertical-align: top\">\r\n<p><span style=\"font-size: 9pt\"><strong>time<\/strong><\/span><\/p>\r\n<p style=\"text-align: center\"><span style=\"font-size: 9pt\"><strong>[QRCode code=\\\"virtual_meeting_link\\\" size=\\\"0.70\\\"]<br \/><\/strong><\/span><\/p>\r\n<\/td>\r\n<td style=\"vertical-align: top;text-align: left\"><span style=\"font-size: 9pt\"><strong>original_name<\/strong><\/span>\r\n<p><span style=\"font-size: 8.4pt\"><em>comments\u00a0<\/em><\/span><\/p>\r\n<p><span style=\"font-size: 8.4pt\">fmt_names<\/span><\/p>\r\n<p><span style=\"font-size: 8.4pt\">Telefoneinwahl: +49 6950 500 952<\/span><\/p>\r\n<p><span style=\"font-size: 8.4pt\">Zoom Code: zoom_code<\/span><\/p>\r\n<p><span style=\"font-size: 8.4pt\">virtual_meeting_additional_info<\/span><\/p>\r\n<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>",
"retrieve_all_fields": 1,
"weekday_start": "1",
"weekday_start": "2",
"additional_list_format_key": "@Virtual@",
"additional_list_sort_order": "same",
"additional_list_logged_in": false,
Expand Down

0 comments on commit 0b63d33

Please sign in to comment.