X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/78943ca7de03a0f59b072c71540be92b5a6d433f..7a243e479fd923d27ed69f2085ea2117d37977b2:/apps/wiki/models.py diff --git a/apps/wiki/models.py b/apps/wiki/models.py index 7693da4e..7b0f8edc 100644 --- a/apps/wiki/models.py +++ b/apps/wiki/models.py @@ -29,7 +29,7 @@ class DocumentStorage(object): class Document(object): - META_REGEX = re.compile(r'\s*', re.DOTALL | re.MULTILINE) + META_REGEX = re.compile(r'\s*', re.DOTALL | re.MULTILINE) def __init__(self, storage, **kwargs): self.storage = storage