diff options
| -rwxr-xr-x | pasteme.py | 1 | 
1 files changed, 0 insertions, 1 deletions
@@ -56,7 +56,6 @@ def route_paste_get(pid, pformat='colored'):              pass          return bottle.template('paste', content=content)      bottle.response.content_type = 'text/plain; charset=UTF8' # HTTP header -    bottle.response.charset = 'utf-8' # used to encode response      return content  @bottle.error(404)  | 
