From 557b26f5dae05ad66d25c71085f45b4393b882ce Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 29 Jan 2018 10:09:56 +0530 Subject: [PATCH] ... --- manual/template_lang.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/template_lang.rst b/manual/template_lang.rst index 406f98f154..04083e7d47 100644 --- a/manual/template_lang.rst +++ b/manual/template_lang.rst @@ -48,7 +48,7 @@ Advanced formatting You can do more than just simple substitution with the templates. You can also conditionally include text and control how the substituted data is formatted. -First, conditionally including text. There are cases where you might want to have text appear in the output only if a field is not empty. A common case is ``series`` and ``series_index``, where you want either nothing or the two values with a hyphen between them. Calibre handles this case using a special field syntax. +First, conditionally including text. There are cases where you might want to have text appear in the output only if a field is not empty. A common case is ``series`` and ``series_index``, where you want either nothing or the two values with a hyphen between them. calibre handles this case using a special field syntax. For example, assume you want to use the template::