I'm tring to use django-pagination package(http://pypi.python.org/pypi/django-pagination) and I found out that in pagination template they use the following CSS classes:
<span class="current page">
<span class="disabled next">
etc
Why do they use classnames with space symbol? Is it normal? And how can I define classname with space symbol inside?