# HG changeset patch
# User dbb.google@liqd.org
# Date 1252857194 0
# Node ID f374130200653a1e3ff0dceb56e6dce79e1aee28
# Parent 64ea417e219db8a122b965748157cdaeb5a6e52d
Get rid of false wiki link for javascript.
diff -r 64ea417e219d -r f37413020065 mod_openid.wiki
--- a/mod_openid.wiki Sun Sep 13 15:47:31 2009 +0000
+++ b/mod_openid.wiki Sun Sep 13 15:53:14 2009 +0000
@@ -35,7 +35,7 @@
# Do an actual match on the OpenID realm (_Medium_)
* The code currently always returns true for matches against an OpenID realm, posing a security risk.
# Don't use plain text authentication over HTTP (_Hard_)
- * This would require some JavaScript to perform a digest.
+ * This would require some Javascript to perform a digest.
# Return meaningful error responses (_Medium_)
* Most error responses are an HTTP 404 File Not Found, obviously something more meaningful could be returned.
# Enable Association (_Hard_)