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.
2 parents 6d3ebf2 + efa1fbe commit d86c9f5Copy full SHA for d86c9f5
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