diff options
| -rw-r--r-- | templates/headfoot.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/headfoot.html b/templates/headfoot.html index 1aaa0834d..46d43c2ef 100644 --- a/templates/headfoot.html +++ b/templates/headfoot.html @@ -1,6 +1,7 @@ This text can include <b><code>%(attribute)s</code></b> format strings -which are resolved against the list's attributes. Some useful -attributes are: +which are resolved against the list's attributes. For details, see +<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python's +string formatting rules</a>. Some useful attributes are: <ul> <li><b><code>real_name</code></b> - The `pretty' name of the list; usually |
