diff options
author | marijus <mario@mariovavti.com> | 2014-10-10 16:54:12 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-10 16:54:12 +0200 |
commit | f8aabd376b563b7f336f944458b84289ef2954b3 (patch) | |
tree | 1a4da4683171c0d07dce74497cf5ce97e43a2231 /view/tpl/failed_updates.tpl | |
parent | d5ceb33f6d3bd2cb3ee56de4b8f69e77f6f9cdea (diff) | |
download | volse-hubzilla-f8aabd376b563b7f336f944458b84289ef2954b3.tar.gz volse-hubzilla-f8aabd376b563b7f336f944458b84289ef2954b3.tar.bz2 volse-hubzilla-f8aabd376b563b7f336f944458b84289ef2954b3.zip |
and more missing wrappers
Diffstat (limited to 'view/tpl/failed_updates.tpl')
-rwxr-xr-x | view/tpl/failed_updates.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/failed_updates.tpl b/view/tpl/failed_updates.tpl index 68c0bcdf2..f53f1f478 100755 --- a/view/tpl/failed_updates.tpl +++ b/view/tpl/failed_updates.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h2>{{$banner}}</h2> <div id="failed_updates_desc">{{$desc}}</div> @@ -14,4 +15,4 @@ <hr /> {{/foreach}} {{/if}} - +</div> |