Fix a typo in the style variable value 6.0.0_Alpha_6
authorAlexander Ebert <ebert@woltlab.com>
Mon, 17 Jul 2023 16:06:53 +0000 (18:06 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 17 Jul 2023 16:06:53 +0000 (18:06 +0200)
wcfsetup/install/files/acp/update_com.woltlab.wcf_6.0_styleVariables.php

index 8cc9261e1c9277de4e5f9fcf9d64ee70b851a0d5..51242c742d918a442f3faea4f6a2d102b2d67af5 100644 (file)
@@ -56,7 +56,7 @@ $styleVariables = [
     ['wcfFooterBoxHeadlineLink', 'rgba(58, 58, 61, 1)', 'rgba(209, 210, 211, 1)'],
     ['wcfFooterBoxHeadlineLinkActive', 'rgba(58, 58, 61, 1)', 'rgba(255, 255, 255, 1)'],
     ['wcfFooterBoxHeadlineText', 'rgba(58, 58, 61, 1)', 'rgba(209, 210, 211, 1)'],
-    ['wcfFooterBoxLink', 'rgba(38, 113, 166', 'rgba(29, 155, 209, 1)'],
+    ['wcfFooterBoxLink', 'rgba(38, 113, 166, 1)', 'rgba(29, 155, 209, 1)'],
     ['wcfFooterBoxLinkActive', 'rgba(22, 81, 124, 1)', 'rgba(64, 179, 228, 1)'],
     ['wcfFooterBoxText', 'rgba(58, 58, 61, 1)', 'rgba(158, 158, 158, 1)'],
     ['wcfFooterCopyrightBackground', 'rgba(50, 92, 132, 1)', 'rgba(36, 46, 61, 1)'],