projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b6a61
)
work around perl warning
author
Joey Hess
<joey@kodama.kitenet.net>
Fri, 21 Mar 2008 09:08:04 +0000
(
05:08
-0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Fri, 21 Mar 2008 09:08:04 +0000
(
05:08
-0400)
IkiWiki/Plugin/inline.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/inline.pm
b/IkiWiki/Plugin/inline.pm
index 3edfbc5319662fa19b37291eac8363e89c4c16ff..9b2caffcfe690ec6788d409840766bcde0cdb038 100644
(file)
--- a/
IkiWiki/Plugin/inline.pm
+++ b/
IkiWiki/Plugin/inline.pm
@@
-59,7
+59,7
@@
sub format (@) { #{{{
# Fill in the inline content generated earlier. This is actually an
# optimisation.
$params{content}=~s{<div class="inline" id="([^"]+)"></div>}{
- delete @inline[$1]
+ delete @inline[$1
,
]
}eg;
return $params{content};
} #}}}