Skip to content

Commit

Permalink
Merge pull request #18 from cnfuyu/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
santhoshtr committed Mar 16, 2014
2 parents c5bc470 + fb64699 commit 18c01ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webbridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get(self):
return render_template('credits.html', title="Credits", \
main_page=BASEURL, modules=enabled_modules)
elif request.path == BASEURL+ "Contact":
return render_template('contact.html', title="Credits", \
return render_template('contact.html', title="Contact", \
main_page=BASEURL, modules=enabled_modules)

elif len(request.args) == 0:
Expand Down

0 comments on commit 18c01ca

Please sign in to comment.