From 17f0efcc6859a0237737dd0198d3c889351999d8 Mon Sep 17 00:00:00 2001
From: Xenomporio <>
Date: Sun, 7 Aug 2022 11:50:57 +0200
Subject: [PATCH] module creator changed edit icon from png to svg
---
tools/module_creator/module_creator_php_template.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/module_creator/module_creator_php_template.txt b/tools/module_creator/module_creator_php_template.txt
index a50ec689..a6645510 100644
--- a/tools/module_creator/module_creator_php_template.txt
+++ b/tools/module_creator/module_creator_php_template.txt
@@ -39,7 +39,7 @@ class PLACEHOLDER_MODULECLASSNAME {
$defaultorder = 1;
$defaultorderdesc = 0;
- $menu = "
";
+ $menu = "";
$sql = "PLACEHOLDER_SQL_LIST";