projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2395a38
)
remove dead code
author
Joey Hess
<joey@kodama.kitenet.net>
Tue, 26 Aug 2008 16:28:59 +0000
(12:28 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Tue, 26 Aug 2008 16:29:14 +0000
(12:29 -0400)
(cherry picked from commit
6364949dfced5cdbba5014d34dbf0e7f0980cd27
)
IkiWiki/Plugin/smiley.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/smiley.pm
b/IkiWiki/Plugin/smiley.pm
index 50f2686277afa2de60ef86bd88a870938f1c96e4..747cab3e00ca081ad1a85e3267899072e6ff4685 100644
(file)
--- a/
IkiWiki/Plugin/smiley.pm
+++ b/
IkiWiki/Plugin/smiley.pm
@@
-81,10
+81,6
@@
MATCH: while (m{(?:^|(?<=\s|>))(\\?)$smiley_regexp(?:(?=\s|<)|$)}g) {
$smileys{$smiley}, linktext => $smiley);
pos=$epos+1;
}
-
- # Breaks out at end, otherwise it will scan through again,
- # replacing de-escaped ones.
- #last unless defined pos;
}
return $_;