]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/common_tabs.tpl
newline at end of header
[friendica.git] / view / smarty3 / common_tabs.tpl
index 39382fb1a0b85a9cf462ba377b1d8a1727a51532..69fa377bc97c478f2969a7e2bd694c130a92d260 100644 (file)
@@ -2,7 +2,8 @@
  *     AUTOMATICALLY GENERATED TEMPLATE
  *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
  *
- *}}<ul class="tabs">
+ *}}
+<ul class="tabs">
        {{foreach $tabs as $tab}}
                <li id="{{$tab.id}}"><a href="{{$tab.url}}" class="tab button {{$tab.sel}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li>
        {{/foreach}}