diff --git a/src/Form/FillPdfOverviewForm.php b/src/Form/FillPdfOverviewForm.php
index fd81e444ee3652a30489549dca2e1164fcf6d0ac..ab3828d2491c5c9bef21ca4654d637b06c5393d1 100644
--- a/src/Form/FillPdfOverviewForm.php
+++ b/src/Form/FillPdfOverviewForm.php
@@ -110,7 +110,7 @@ class FillPdfOverviewForm extends FormBase {
 
     // If using FillPDF Service, ensure XML-RPC module is present.
     if ($config->get('backend') === 'fillpdf_service' && !$this->moduleHandler->moduleExists('xmlrpc')) {
-      $this->messenger()->addError($this->t('You must install the <a href=":xmlrpc">contributed XML-RPC module</a> in order to use FillPDF Service as your PDF-filling method.', [
+      $this->messenger()->addError($this->t('You must install the <a href="@xmlrpc">contributed XML-RPC module</a> in order to use FillPDF Service as your PDF-filling method.', [
         '@xmlrpc' => Url::fromUri('https://drupal.org/project/xmlrpc')->toString(),
       ]));
       return $form;