Commit 6fad2483 authored by Andy Boughton's avatar Andy Boughton
Browse files

Merge pull request #161 from r-gaia-cs/revert-bad-merge

Revert changes when validating glossary
parents 685725d8 b4ce4934
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -462,6 +462,7 @@ class ReferencePageValidator(MarkdownValidator):

        That syntax isn't supported by the CommonMark parser, so we identify
        terms manually."""
        glossary_keyword = glossary_entry[0]
        if len(glossary_entry) < 2:
            logging.error(
                "In {0}: "