diff --git a/submissions/templates/submissions/_report_tex_template.html b/submissions/templates/submissions/_report_tex_template.html
index 8bb4e53cf5c84688c4f1c6734e936b355052b528..0a79b0ead9f4c4abcd4c747171cc5422ccead11e 100644
--- a/submissions/templates/submissions/_report_tex_template.html
+++ b/submissions/templates/submissions/_report_tex_template.html
@@ -34,7 +34,7 @@
 \Large\color{scipostdeepblue}{\textbf{
 %%%%%%%%%% TITLE
 Report nr {{report.report_nr}} on Submission {{ report.submission.arxiv_identifier_w_vn_nr }},\\
-\href{https://scipost.org{{report.get_absolute_url|safe_tex_url}} }{\color{scipostdeepblue}{ {{report.submission.title}} }}by {{report.submission.author_list}}
+\href{https://scipost.org{{report.submission.get_absolute_url|safe_tex_url}} }{\color{scipostdeepblue}{ {{report.submission.title}} }}by {{report.submission.author_list}}
 }}
 \end{center}
 
@@ -74,7 +74,7 @@ Published by the SciPost Foundation.
 %%%%%%%%%% DATES
 {\small Received {{report.date_submitted|date:'d-m-Y'}}
 {% if report.doi_string %}
-    doi:\href{//dx.doi.org{{report.doi_string|safe_tex_url}} }{ {{report.doi_string|safe_tex_url}} }
+    \doi{{{report.doi_string|safe_tex_url}}}
 {% endif %}
 }
 \end{minipage}