From 759320387a9b70efa9f9bdfac3b4642b4aa54033 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 12 Jan 2012 20:15:54 +0100 Subject: [PATCH] Use stitle instead of title in doc --- documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.html b/documentation.html index ce543375f..b43444437 100644 --- a/documentation.html +++ b/documentation.html @@ -93,7 +93,7 @@
  • autonumber: The sequence will be replaced by a five-digit number that will be increased with each download, starting at zero.
  • -

    As you may have guessed, the default template is %(id)s.%(ext)s. When some command line options are used, it's replaced by other templates like %(title)s-%(id)s.%(ext)s. You can specify your own.

    +

    As you may have guessed, the default template is %(id)s.%(ext)s. When some command line options are used, it's replaced by other templates like %(stitle)s-%(id)s.%(ext)s. You can specify your own.