Skip to content

Commit

Permalink
Issue webcompat#929 - Added extra blank line before error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepthivenkat committed Apr 14, 2016
1 parent 428d52b commit aeeaff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webcompat/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ def cssfixme():
'''Route for CSS Fix me tool'''
return render_template('cssfixme.html')


@app.errorhandler(400)
@app.errorhandler(401)
@app.errorhandler(403)
Expand Down

1 comment on commit aeeaff0

@deepthivenkat
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r? @karlcow ^_^

Please sign in to comment.