summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pastepy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pastepy.py b/pastepy.py
index 77a3311..6af07ef 100644
--- a/pastepy.py
+++ b/pastepy.py
@@ -12,7 +12,7 @@ class CustomHtmlFormatter(HtmlFormatter):
for i, t in source:
yield i, '<span id="codeline-%d">%s</span>' % (line, t)
line += 1
- yield 0, '<pre>'
+ yield 0, '</pre>'
class Paste(object):
def __init__(self):