diff options
author | gbrandl <devnull@localhost> | 2009-08-11 21:00:10 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2009-08-11 21:00:10 +0200 |
commit | 8ee6a99a09ce7cd841c5c415231d708a5efd9cd4 (patch) | |
tree | 1b44b5ca1b156d7db3c48df127beab935ca8fb52 /pygments/formatters/svg.py | |
parent | ceb71c03cd046e9a4766d6ccf004bdacd765f56e (diff) | |
download | pygments-8ee6a99a09ce7cd841c5c415231d708a5efd9cd4.tar.gz |
Fix typo.
Diffstat (limited to 'pygments/formatters/svg.py')
-rw-r--r-- | pygments/formatters/svg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/svg.py b/pygments/formatters/svg.py index a4d33497..ade86629 100644 --- a/pygments/formatters/svg.py +++ b/pygments/formatters/svg.py @@ -66,7 +66,7 @@ class SvgFormatter(Formatter): size is given in pixels, or ``25`` else. `spacehack` - Convert spaces in the source to ``&160;``, which are non-breaking + Convert spaces in the source to `` ``, which are non-breaking spaces. SVG provides the ``xml:space`` attribute to control how whitespace inside tags is handled, in theory, the ``preserve`` value could be used to keep all whitespace as-is. However, many current SVG |