aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@wren.kitenet.net>2007-11-07 05:25:31 -0500
committerJoey Hess <joey@wren.kitenet.net>2007-11-07 05:25:31 -0500
commit422082fdd759bb65c1016fa90188e94b13ec18d4 (patch)
tree961f306d7145a2dcda2efd9b35c9006160fdbd71 /doc
parent61502454542abccb6dadac72f39840b85063063d (diff)
downloadikiwiki-422082fdd759bb65c1016fa90188e94b13ec18d4.tar
ikiwiki-422082fdd759bb65c1016fa90188e94b13ec18d4.tar.gz
web commit by http://ptecza.myopenid.com/: * Question about quotation marks inside the title parameter
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/meta/discussion.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/plugins/meta/discussion.mdwn b/doc/plugins/meta/discussion.mdwn
new file mode 100644
index 000000000..74ae858c0
--- /dev/null
+++ b/doc/plugins/meta/discussion.mdwn
@@ -0,0 +1,10 @@
+# Quotation marks inside the title parameter?
+
+How can I use quotation marks inside the title parameter? Is it possible?
+
+I was trying to escape them using backslashes (title="Foo \"Bar\" Baz")
+or "cheat" ikiwiki using apostrophes (title='Foo "Bar" Baz'), but unfortunately
+no success.
+
+Now I've work-arounded it using apostrophes in another way
+(title="Foo ''Bar'' Baz") :) \ No newline at end of file