aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-04 13:15:25 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-04 13:15:25 +0000
commit28743b5a3e06415b52ba65ca41886f072b8169db (patch)
tree5dea17b4db8c8083f0ca98de88a8d40db0c878df /doc/bugs
parent3b65b0e84bff514843447d01e615bb4f47ebc91a (diff)
downloadikiwiki-28743b5a3e06415b52ba65ca41886f072b8169db.tar
ikiwiki-28743b5a3e06415b52ba65ca41886f072b8169db.tar.gz
web commit by tuomov
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Inline_missing_pages.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bugs/Inline_missing_pages.mdwn b/doc/bugs/Inline_missing_pages.mdwn
new file mode 100644
index 000000000..198c20168
--- /dev/null
+++ b/doc/bugs/Inline_missing_pages.mdwn
@@ -0,0 +1 @@
+The inline plugin appears to ignore some pages. In the Ion FAQ I have the pages `Window_flashing_case_1.mdwn` and `Window_flashing_case_2.mdwn`. Only the first one is included in inlines. If I rename the latter to `Window_flashing_case_two.mdwn`, both are included. It seems like there's on off-by-one problem in name comparison or something like that.. --tuomov