Skip to content

Commit

Permalink
webcompat#12 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcow committed Dec 10, 2015
1 parent 9600043 commit 17aac9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webcompat/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def show_issues():
'''Route to display global issues view.'''
if g.user:
get_user_info()
categories = app.config['CATEGORIES']
return render_template('issue-list.html',categories=categories)
categories = app.config['CATEGORIES']
return render_template('issue-list.html', categories=categories)


@app.route('/issues/new', methods=['POST'])
Expand Down

0 comments on commit 17aac9f

Please sign in to comment.