diff options
author | gbrandl <devnull@localhost> | 2007-01-13 16:47:36 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-01-13 16:47:36 +0100 |
commit | b298006c5d2582f465bae13d7c754c7f0ec4d7a2 (patch) | |
tree | 4c5e9ac3121f78dcc69a575a04bd815cad7eeee4 /pygments/formatters/html.py | |
parent | 5682e2a118b27ed8e0fa4e6e4f7f0d6fcac93cbe (diff) | |
download | pygments-b298006c5d2582f465bae13d7c754c7f0ec4d7a2.tar.gz |
[svn] Added JSP and Batchfile lexers by Tim Hatch.
Diffstat (limited to 'pygments/formatters/html.py')
-rw-r--r-- | pygments/formatters/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py index d323c781..cc2a4c19 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -167,7 +167,7 @@ class HtmlFormatter(Formatter): Additional options accepted: `nowrap` - If set to ``True``, don't wrap the tokens at all, not even in a ``<pre>`` + If set to ``True``, don't wrap the tokens at all, not even inside a ``<pre>`` tag. This disables all other options (default: ``False``). `noclasses` |