diff --git a/filmatyk/containers.py b/filmatyk/containers.py index aa97c32..e06a498 100644 --- a/filmatyk/containers.py +++ b/filmatyk/containers.py @@ -214,7 +214,7 @@ class attributes. These are used by the API to construct effective parsing title = Blueprint( name='Tytuł', colwidth=200, - parsing={'tag':'h3', 'class':'filmPreview__title', 'text':True, 'list':False} + parsing={'tag':'h2', 'class':'filmPreview__title', 'text':True, 'list':False} ) otitle = Blueprint( name='Tytuł oryginalny',