diff --git a/core/modules/update/templates/update-report.html.twig b/core/modules/update/templates/update-report.html.twig
index 49aae2c..c6700b9 100644
--- a/core/modules/update/templates/update-report.html.twig
+++ b/core/modules/update/templates/update-report.html.twig
@@ -27,7 +27,6 @@
  *     - base_themes: The base theme declared for the project.
  *     - sub_themes: The sub themes declared for the project.
  *
- * @see template_preprocess()
  * @see template_preprocess_update_report()
  *
  * @ingroup themeable
@@ -51,11 +50,11 @@
           <td>
             {% spaceless %}
               <div class="version-status">
-                  {%- if project.status_label -%}
-                    <span{{ project.status_attributes }}>{{ project.status_label|t }}</span>
-                  {%- else -%}
-                    {{ project.reason }}
-                  {%- endif -%}
+                {%- if project.status_label -%}
+                  <span{{ project.status_attributes }}>{{ project.status_label|t }}</span>
+                {%- else -%}
+                  {{ project.reason }}
+                {%- endif -%}
                 <span class="icon">{{ project.icon }}</span>
               </div>
             {% endspaceless %}
diff --git a/core/modules/update/templates/update-version.html.twig b/core/modules/update/templates/update-version.html.twig
index ee81f14..c001a23 100644
--- a/core/modules/update/templates/update-version.html.twig
+++ b/core/modules/update/templates/update-version.html.twig
@@ -10,7 +10,6 @@
  *   - version_links: Links to download this version and to this version's release notes.
  *   - tag: The title of the project.
  *
- * @see template_preprocess()
  * @see template_preprocess_update_version()
  *
  * @ingroup themeable
