aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn4
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: