From b5fe1adafd45135744c85cbb4151f64d9fd32dd9 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlAe9oSm2pgOSLJw_RDk9wQDyo3UQfRxwg" Date: Tue, 15 Apr 2014 14:28:25 -0400 Subject: cosmetic change --- ...id_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- cgit v1.2.3