Skip to content

Commit

Permalink
Fixed settings.py for the new setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
trigrab committed Aug 1, 2013
1 parent 5115155 commit 7ed4429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collective/etherpad/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class EtherpadSettings(interface.Interface):

apikey = schema.TextLine(title=u"API KEY")

site_markup = schema.ASCIILine(
siteMarkupLanguage = schema.ASCIILine(
title=u"Site Markup Language",
default="text/html",
)
Expand Down

0 comments on commit 7ed4429

Please sign in to comment.