diff --git a/typo3/sysext/install/Classes/Updates/RowUpdater/RteLinkSyntaxUpdater.php b/typo3/sysext/install/Classes/Updates/RowUpdater/RteLinkSyntaxUpdater.php
index 6b1dab36f8a7406867f4f5ecafab947aea9357f5..a94099059cc8ea43a4e424298d8d879872239595 100644
--- a/typo3/sysext/install/Classes/Updates/RowUpdater/RteLinkSyntaxUpdater.php
+++ b/typo3/sysext/install/Classes/Updates/RowUpdater/RteLinkSyntaxUpdater.php
@@ -39,6 +39,7 @@ class RteLinkSyntaxUpdater implements RowUpdaterInterface
     protected $blackListedTables = [
         'sys_log',
         'sys_history',
+        'sys_template',
     ];
 
     /**