summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2009-08-11 21:00:10 +0200
committergbrandl <devnull@localhost>2009-08-11 21:00:10 +0200
commit8ee6a99a09ce7cd841c5c415231d708a5efd9cd4 (patch)
tree1b44b5ca1b156d7db3c48df127beab935ca8fb52
parentceb71c03cd046e9a4766d6ccf004bdacd765f56e (diff)
downloadpygments-8ee6a99a09ce7cd841c5c415231d708a5efd9cd4.tar.gz
Fix typo.
-rw-r--r--pygments/formatters/svg.py2
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 ``&#160;``, 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