diff options
author | https://launchpad.net/~eliasson <eliasson@web> | 2016-02-07 14:21:28 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-02-07 14:21:28 -0400 |
commit | 3b67e5d5676468c290cce750417ef5cb59c842c5 (patch) | |
tree | 876414f3c4451cb8056daf0dfb76813e0f4ab7d3 | |
parent | 4c2b3ff8c3287aaea7a6f19c0cd6186f14ad3c42 (diff) | |
download | ikiwiki-3b67e5d5676468c290cce750417ef5cb59c842c5.tar ikiwiki-3b67e5d5676468c290cce750417ef5cb59c842c5.tar.gz |
fix format directives
-rw-r--r-- | doc/tips/importing_posts_from_wordpress/ikiwiki-wordpress-import.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/importing_posts_from_wordpress/ikiwiki-wordpress-import.mdwn b/doc/tips/importing_posts_from_wordpress/ikiwiki-wordpress-import.mdwn index a59d4b5ad..629fae872 100644 --- a/doc/tips/importing_posts_from_wordpress/ikiwiki-wordpress-import.mdwn +++ b/doc/tips/importing_posts_from_wordpress/ikiwiki-wordpress-import.mdwn @@ -238,7 +238,7 @@ sub unique_comment_location { I modified the script a bit so categories and tags would actually show up in the output file. ----- -[[!format ''' +[[!format python ''' #!/usr/bin/env python """ @@ -353,7 +353,7 @@ I have another version of the script, which uses the `timestamp` from the script (Hopefully I've escaped everything properly; if I missed something, check the source.) ----- -[[!format ''' +[[!format python ''' #!/usr/bin/env python """ |