Skip to content

Commit

Permalink
FIX: Code Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Sep 28, 2023
1 parent 453b87a commit 934c20f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Assets/css/url-cleaner.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
--pp-green-dark: #055D20;
--pp-orange: #FF6500;
--blue-icon-dark: #034CA6;
--button-blue-gradient: linear-gradient(to bottom, #7892c2 80%, #476e9e 100%);
--button-blue-gradient: linear-gradient(to bottom, #7892C2 80%, #476E9E 100%);
--blue-border-gradient-match: #476E9E;
--button-background-delete: #D05C84;
--page-margin-url-cleaner: 0px 10px 10px 10px;
--page-margin-url-cleaner: 0 10px 10px 10px;
--border-radius-url-cleaner: 3px;
--panel-background-url-cleaner: #EEEEEE;
--transition-url-cleaner: ease-in-out all .3s;
Expand Down Expand Up @@ -227,6 +227,6 @@ span.plugin-override {
border-radius: var(--border-radius-url-cleaner);
padding: 1px 4px;
color: #444444;
font-weight: 700;
font-weight: bold;
cursor: default;
}
2 changes: 1 addition & 1 deletion Controller/URLCleanerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function show()
*/
public function save()
{
$values = $this->request->getValues();
$values = $this->request->getValues();
$redirect = $this->request->getStringParam('redirect', 'application');

if ($this->configModel->save($values)) {
Expand Down

0 comments on commit 934c20f

Please sign in to comment.