Skip to content

Commit

Permalink
Fixes issue #221
Browse files Browse the repository at this point in the history
Corrects URL pointing to language support
  • Loading branch information
tinok authored Aug 29, 2018
1 parent bb7a0c8 commit 6413829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxform/survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def print_xform_to_file(self, path=None, validate=True, pretty_print=True,
bad_languages = get_languages_with_bad_tags(self._translations.keys())
if len(bad_languages) > 0:
warnings.append("\tThe following language declarations do not contain valid machine-readable codes: " +
", ".join(bad_languages) + ". Learn more: http://xlsform.org/#language")
", ".join(bad_languages) + ". Learn more: http://xlsform.org#multiple-language-support")

def to_xml(self, validate=True, pretty_print=True, warnings=None,
enketo=False):
Expand Down

0 comments on commit 6413829

Please sign in to comment.