From 5048963aa2eb5c9e95d0068749a1593a1ec362f3 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 6 Apr 2017 15:04:31 +0200 Subject: [PATCH] Fix trailing whitespace --- src/pretix/control/signals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/signals.py b/src/pretix/control/signals.py index b587f02ad..c94524a8a 100644 --- a/src/pretix/control/signals.py +++ b/src/pretix/control/signals.py @@ -52,7 +52,7 @@ Receivers are expected to return a list of dictionaries. The dictionaries should contain at least the keys ``label`` and ``url``. You can also return a fontawesome icon name with the key ``icon``, it will be respected depending on the type of navigation. If set, on desktops only the ``icon`` will be shown. -The ``title`` property can be used to set the alternative text. +The ``title`` property can be used to set the alternative text. If you use this, you should read the documentation on :ref:`how to deal with URLs ` in pretix.