minor: formatting.
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>
Mon, 18 May 2009 19:30:27 +0000 (15:30 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 18 May 2009 19:30:27 +0000 (15:30 -0400)
doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn

index e3146d92ae0deacd1782724fb71cb36c99cdbfa8..2f215d29779e52aa11941c09a746d5da1e0ae284 100644 (file)
@@ -29,9 +29,11 @@ More tests:
 > curlies when doing so to avoid one being used to break out of the `q{}`.
 > 
 > Alternative ways to handle it would be:
+>
 > * Escape curlies. But then you have to deal with backslashes
 >   in the user's input as they could try to defeat your escaping.
 >   Gets tricky.
+>
 > * Avoid exposing user input to interpolation as a string. One
 >   way that comes to mind is to have a local string lookup hash,
 >   and insert each user specified string into it, then use the hash