diff options
author | smcv <smcv@web> | 2016-01-18 17:47:38 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-01-18 17:47:38 -0400 |
commit | b21a38ed0b62474b2ca90e8e3656b637de588643 (patch) | |
tree | a390595f99be4fd12bf0c9a72a1542ee15460c9f | |
parent | 430df83d095a81430c5bb5199b7c68eb8c42f0d3 (diff) | |
download | ikiwiki-b21a38ed0b62474b2ca90e8e3656b637de588643.tar ikiwiki-b21a38ed0b62474b2ca90e8e3656b637de588643.tar.gz |
escape pagespec so the HTML is more legible
-rw-r--r-- | doc/bugs/po_plugin_config_crasher.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs/po_plugin_config_crasher.mdwn b/doc/bugs/po_plugin_config_crasher.mdwn index 22afa674d..a5fd05534 100644 --- a/doc/bugs/po_plugin_config_crasher.mdwn +++ b/doc/bugs/po_plugin_config_crasher.mdwn @@ -11,8 +11,9 @@ Config problems in ikiwiki.setup should really not cause the whole site build to crash; this can make it hard to recover. --[[Joey]] --- + I try to setup a small site with the auto-blog.setup and played a bit with it: -If I activate the po plugin and set po_translateable_pages to something meaningful (like the example: '* and !*/Discussion'), +If I activate the po plugin and set po_translateable_pages to something meaningful (like the example: `* and !*/Discussion`), then I'll get the same error syntax error in pagespec "\"page(./posts/*)" |