Nick Sergeant 2013-04-25 12:52:40 -04:00
parent 093e22928e
commit 22be7892e2
1 changed files with 2 additions and 2 deletions

View File

@ -263,8 +263,8 @@ def raw(request, snipt_key, lexer=None):
if 'nice' in request.GET:
mimetype='text/html'
if 'render' in request.GET and snipt.lexer == 'html':
mimetype='text/html'
#if 'render' in request.GET and snipt.lexer == 'html':
#mimetype='text/html'
return render_to_response('snipts/raw.html',
{'snipt': snipt},