From d200aa954a0833e8a20bbfef229525cdff49d882 Mon Sep 17 00:00:00 2001
From: Vladimir Roudakov <44088-VladimirAus@users.noreply.drupalcode.org>
Date: Fri, 30 Aug 2024 10:27:23 +0000
Subject: [PATCH] Issue #3414407 by ulethjay, jannakha: Unnecessary comment in
 table template

---
 templates/form/table.html.twig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/templates/form/table.html.twig b/templates/form/table.html.twig
index c65861c..63991ce 100644
--- a/templates/form/table.html.twig
+++ b/templates/form/table.html.twig
@@ -42,8 +42,6 @@
 #}
 
 <table{{ attributes.addClass('table') }}>
-  
-  <!-- what's up?! -->
 
   {% if caption %}
     <caption>{{ caption }}</caption>
-- 
GitLab