aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/sources_list.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/sources_list.tpl')
-rw-r--r--view/tpl/sources_list.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/sources_list.tpl b/view/tpl/sources_list.tpl
index 5fe50ba98..76be35b1a 100644
--- a/view/tpl/sources_list.tpl
+++ b/view/tpl/sources_list.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper-styled">
<h1>{{$title}}</h1>
<div class="descriptive-text">{{$desc}}</div>
@@ -12,4 +13,5 @@
<li><a href="sources/{{$source.src_id}}">{{$source.xchan_name}}</a></li>
{{/foreach}}
</ul>
-{{/if}} \ No newline at end of file
+{{/if}}
+</div>