~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/__init__.py

  • Committer: Matt Giuca
  • Date: 2010-02-04 04:55:18 UTC
  • Revision ID: matt.giuca@gmail.com-20100204045518-dycpo7lc7rk4dixa
Worksheet editor: Changed 'XML' to 'XHTML (legacy)', since it is actually XHTML, and also not recommended.

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
    pass
277
277
 
278
278
 
279
 
WORKSHEET_FORMATS = {'XML': 'xml', 'reStructuredText': 'rst'}
 
279
WORKSHEET_FORMATS = {'XHTML (legacy)': 'xml', 'reStructuredText': 'rst'}
280
280
 
281
281
 
282
282
class WorksheetFormatValidator(formencode.FancyValidator):