Commit 2c85c4b5624f2d89844b8cf542076ab1c1b71527

Thomas de Grivel 2024-10-13T16:05:53

fx: fix double trash icon

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/httpd/fx/app/templates/fx/properties.html.ekc3 b/httpd/fx/app/templates/fx/properties.html.ekc3
index 7481f8f..240b993 100644
--- a/httpd/fx/app/templates/fx/properties.html.ekc3
+++ b/httpd/fx/app/templates/fx/properties.html.ekc3
@@ -22,7 +22,7 @@
                name="property_value"
                type="hidden"
                value="#{HTML.escape(value)}" />
-        <button type="submit"><i class="fas fa-trash" /></button>
+        <button type="submit"><i class="fas fa-trash"></i></button>
       </form>
     </td>
     <!-- end -->