}
# Convert "http://somehost.com/user" to "user [somehost.com]".
if ($display !~ /\[/) {
- $display=~s/^https?:\/\/(.+)\/[^\/](.+)$/$2 [$1]/;
+ $display=~s/^https?:\/\/(.+)\/([^\/]+)$/$2 [$1]/;
}
$display=~s!^https?://!!; # make sure this is removed
return "<a href=\"$user\">".escapeHTML($display)."</a>";
+ikiwiki (1.38) UNRELEASED; urgency=low
+
+ * Corrected a bum regexp in openid munging.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 2 Jan 2007 16:30:48 -0500
+
ikiwiki (1.37) unstable; urgency=low
* Add mirrorlist plugin.