From 34e9e40661c026b87be2f5821300f8d4e9cc8641 Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philip.kaludercic@fau.de>
Date: Tue, 9 Apr 2024 11:17:27 +0200
Subject: [PATCH] Add missing comma to attachment description

---
 master.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/master.tex b/master.tex
index 8e6d589..3c4d097 100644
--- a/master.tex
+++ b/master.tex
@@ -143,11 +143,11 @@
     The \LaTeX{} sources should be available under
     \url{https://gitlab.cs.fau.de/oj14ozun/algprog-summary}, or ought
     also be accessible as a PDF attachment:
-    \attachfile[icon=Paperclip,zoom=false,description=A Git bundle of
+    \attachfile[icon=Paperclip,zoom=false,description={A Git bundle of
     the document sources.  If your PDF viewer does not support
-    extracting PDF attachments use a tool like pdfdetach.  You can check
+    extracting PDF attachments, use a tool like pdfdetach.  You can check
     repository out by executing git clone algprog.pack.  Use
-    git-send-email(1) to submit patches.]{algprog.pack}, see
+    git-send-email(1) to submit patches.}]{algprog.pack}, see
     \texttt{git-bundle(1)}.  The document and the source are published
     under the terms and conditions of
     \href{https://creativecommons.org/licenses/by-sa/4.0/}{CC BY-SA
-- 
GitLab