diff --git a/kickgdpr.php b/kickgdpr.php
index 60652a1..c582015 100644
--- a/kickgdpr.php
+++ b/kickgdpr.php
@@ -357,9 +357,9 @@ public function onBeforeCompileHead()
{
$customcssarray = array();
$customcssarray[] = '';
- $customcssarray[] = '// Custom CSS';
+ $customcssarray[] = '/* Custom CSS */';
$customcssarray[] = $customcss;
- $customcssarray[] = '// End Custom CSS';
+ $customcssarray[] = '/* End Custom CSS */';
$customcssarray[] = '';
$headcss = implode("\n", $customcssarray);
diff --git a/kickgdpr.xml b/kickgdpr.xml
index e8ed886..cde6f00 100644
--- a/kickgdpr.xml
+++ b/kickgdpr.xml
@@ -7,7 +7,7 @@
GNU General Public License version 3 or later; see LICENSE.txt
info@kicktemp.com
www.kicktemp.com
- 2.3.1
+ 2.3.2
PLG_SYSTEM_KICKGDPR_XML_DESCRIPTION
language
diff --git a/update.xml b/update.xml
index b6fff77..0dbd2d5 100644
--- a/update.xml
+++ b/update.xml
@@ -1,5 +1,30 @@
+
+ 2.3.2
+ System - KickGDPR
+ KickGDPR Plugin
+ kickgdpr
+ plugin
+ system
+ 0
+ https://github.com/nielsnuebel/kickgdpr/
+
+
+ https://github.com/nielsnuebel/kickgdpr/archive/2.3.2.zip
+
+
+
+ stable
+
+
+
+ Niels NĂ¼bel / Stefan Wendhausen
+ https://www.kicktemp.com
+
+ 7.0.0
+
+
2.3.1
System - KickGDPR