File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
New in master
2
2
=============
3
3
4
+ Features
5
+ --------
6
+
4
7
Bugfixes
5
8
--------
6
9
7
- * Fix reSt and markdown title extraction from documents (Issue #1895, #1898)
10
+ * Fix PRETTY_URLS prompt for Windows (Issue #1901)
11
+ * Fix reST and Markdown title extraction from documents (Issue #1895, #1898)
8
12
* Minor improvements in the extending document.
9
13
* Re-add the hack to kill nikola auto on ^C (Issue #1893)
10
14
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ def urlhandler(default, toconf):
304
304
SAMPLE_CONF ['SITE_URL' ] = answer
305
305
306
306
def prettyhandler (default , toconf ):
307
- SAMPLE_CONF ['PRETTY_URLS' ] = ask_yesno ('Enable pretty URLs (/page/ instead of /page.html) that don’ t need web server configuration?' , default = True )
307
+ SAMPLE_CONF ['PRETTY_URLS' ] = ask_yesno ('Enable pretty URLs (/page/ instead of /page.html) that don\' t need web server configuration?' , default = True )
308
308
SAMPLE_CONF ['STRIP_INDEXES' ] = SAMPLE_CONF ['PRETTY_URLS' ]
309
309
310
310
def lhandler (default , toconf , show_header = True ):
You can’t perform that action at this time.
0 commit comments