aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-06 23:51:19 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-06 23:51:19 +0000
commit3ad33d9fde0efc5afeb776359420081a8daf34dd (patch)
tree16cb5522fbea7adb3924ac04badac790959ad9f3 /doc
parente589e24fada323869811c763ef9798e83ea5a74d (diff)
downloadikiwiki-3ad33d9fde0efc5afeb776359420081a8daf34dd.tar
ikiwiki-3ad33d9fde0efc5afeb776359420081a8daf34dd.tar.gz
web commit by http://ethan.betacantrips.com/: this part was unrelated, right?
Diffstat (limited to 'doc')
-rw-r--r--doc/patchqueue/format_escape.mdwn14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/patchqueue/format_escape.mdwn b/doc/patchqueue/format_escape.mdwn
index 25bbc2854..3707187b7 100644
--- a/doc/patchqueue/format_escape.mdwn
+++ b/doc/patchqueue/format_escape.mdwn
@@ -107,20 +107,6 @@ Index: IkiWiki.pm
===================================================================
--- IkiWiki.pm (revision 3158)
+++ IkiWiki.pm (working copy)
-@@ -550,11 +550,11 @@
- $content =~ s{(\\?)$config{wiki_link_regexp}}{
- defined $2
- ? ( $1
-- ? "[[$2|$3".(length $4 ? "#$4" : "")."]]"
-+ ? "[[$2|$3".($4 ? "#$4" : "")."]]"
- : htmllink($lpage, $page, linkpage($3),
- anchor => $4, linktext => pagetitle($2)))
- : ( $1
-- ? "[[$3".(length $4 ? "#$4" : "")."]]"
-+ ? "[[$3".($4 ? "#$4" : "")."]]"
- : htmllink($lpage, $page, linkpage($3),
- anchor => $4))
- }eg;
@@ -628,6 +628,14 @@
preview => $preprocess_preview,
);