From: https://www.google.com/accounts/o8/id?id=AItOawlAe9oSm2pgOSLJw_RDk9wQDyo3UQfRxwg Date: Tue, 15 Apr 2014 18:28:25 +0000 (-0400) Subject: cosmetic change X-Git-Tag: debian/3.20140613~93 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/b5fe1adafd45135744c85cbb4151f64d9fd32dd9?hp=ae276c2f477d1f3828816fd6366ea45a013cbbe0 cosmetic change --- diff --git a/doc/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn b/doc/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn index ba3de368e..4b506ae5b 100644 --- a/doc/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn +++ b/doc/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn @@ -71,7 +71,7 @@ From there we look at `_find_semantic_info()`, which is supposed to hit the Open To get this little wonder, I had to change the `_find_semantic_info()` as followed: -~~~~ +[[!format perl """ sub _find_semantic_info { my Net::OpenID::Consumer $self = shift; my $url = shift; @@ -84,7 +84,7 @@ sub _find_semantic_info { return $info; } -~~~~ +"""]] A minimal test case would be: