diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlAe9oSm2pgOSLJw_RDk9wQDyo3UQfRxwg <Bruno@web> | 2014-04-15 14:28:25 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-15 14:28:25 -0400 |
commit | b5fe1adafd45135744c85cbb4151f64d9fd32dd9 (patch) | |
tree | 3c6f4d7f13a8f77643e54d8621f5a8b210dac1f7 | |
parent | ae276c2f477d1f3828816fd6366ea45a013cbbe0 (diff) | |
download | ikiwiki-b5fe1adafd45135744c85cbb4151f64d9fd32dd9.tar ikiwiki-b5fe1adafd45135744c85cbb4151f64d9fd32dd9.tar.gz |
cosmetic change
-rw-r--r-- | doc/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn | 4 |
1 files 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: |