|
@@ -17,7 +17,7 @@
|
|
|
<ul class="breadcrumb">
|
|
|
{{ self.breadcrumb() }}</li>
|
|
|
</ul>
|
|
|
- <h1>{{ category.name }}{% if category.description %} <small>{{ category.description }}</small>{% endif %}</h1>
|
|
|
+ <h1>{{ category.name }}{% if category.description %}<br><small>{{ category.description }}</small>{% endif %}</h1>
|
|
|
</div>
|
|
|
{% if category.subforums %}
|
|
|
<div class="forums-list">
|