We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ca7ab commit 65d27e3Copy full SHA for 65d27e3
src/AppBundle/Controller/DefaultController.php
@@ -18,7 +18,7 @@ public function homepageAction()
18
'https://github.com/%s/%s/labels/%s',
19
$this->container->getParameter('repository_username'),
20
$this->container->getParameter('repository_name'),
21
- urlencode(StatusManager::getLabelForStatus(StatusManager::STATUS_NEEDS_REVIEW))
+ rawurlencode(StatusManager::getLabelForStatus(StatusManager::STATUS_NEEDS_REVIEW))
22
)
23
]);
24
}
0 commit comments