From 04618bc07049b723654a08c0cec990028180c67f Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 25 Sep 2012 15:56:18 +0200 Subject: [PATCH] Fix LyXBlogger entry --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 168b3796c6..59567717b2 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -714,7 +714,7 @@ def checkConverterEntries(): # Check if LyXBlogger is installed lyxblogger_found = checkModule('lyxblogger') if lyxblogger_found: - addToRC(r'\Format blog blog "LyXBlogger" "" "" "" "document"') + addToRC(r'\Format blog blog "LyXBlogger" "" "" "" "document" ""') addToRC(r'\converter xhtml blog "python -m lyxblogger $$i" ""') # -- 2.39.5