web commit by http://ptecza.myopenid.com/: * Question about quotation marks inside the title parameter

master
Joey Hess 2007-11-07 05:25:31 -05:00
parent 6150245454
commit 422082fdd7
1 changed files with 10 additions and 0 deletions

View File

@ -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") :)