@@ -47,7 +47,7 @@ |
||
47 | 47 | |
48 | 48 | wp_register_style( |
49 | 49 | 'pronamic-pay-forms', |
50 | - plugins_url( 'css/forms' . $min . '.css', $this->plugin->get_file() ), |
|
50 | + plugins_url( 'css/forms'.$min.'.css', $this->plugin->get_file() ), |
|
51 | 51 | array(), |
52 | 52 | $this->plugin->get_version() |
53 | 53 | ); |