From aec936402835fc011536be85e6af058dcfb4f924 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Mon, 4 Oct 2010 18:24:35 +0200
Subject: Really really fix make space after hash optional in plugin h1title.

---
 perl/IkiWiki/Plugin/h1title.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'perl/IkiWiki/Plugin')

diff --git a/perl/IkiWiki/Plugin/h1title.pm b/perl/IkiWiki/Plugin/h1title.pm
index 2d5d05f..1a16b1f 100644
--- a/perl/IkiWiki/Plugin/h1title.pm
+++ b/perl/IkiWiki/Plugin/h1title.pm
@@ -15,7 +15,7 @@ sub filter(@) {
     my $page = $params{page};
     my $content = $params{content};
 
-    if ($content =~ s/^\#(?=>[^#])[ \t]*(.*?)[ \t]*\#*\n//) {
+    if ($content =~ s/^\#(?=[^#])[ \t]*(.*?)[ \t]*\#*\n//) {
         $pagestate{$page}{meta}{title} = $1;
     }
     return $content;
-- 
cgit v1.2.3