@@ -146,7 +146,7 @@ |
||
146 | 146 | global $INPUT; |
147 | 147 | $reconfigureURL = $INPUT->server->str('REQUEST_URI') . '&reconfigureService=' . $serviceID; |
148 | 148 | $reconfigureLink = "<a href=\"$reconfigureURL\">{$this->getLang('label: reconfigure service')}</a>"; |
149 | - $authorizedUserLabel = sprintf($this->getLang('label: authorized with user'),$service->getUserString()); |
|
149 | + $authorizedUserLabel = sprintf($this->getLang('label: authorized with user'), $service->getUserString()); |
|
150 | 150 | $form = new \dokuwiki\Form\Form(['data-service' => $serviceID]); |
151 | 151 | $form->addFieldsetOpen($this->getLang('legend:user')); |
152 | 152 | $form->addTagOpen('p'); |