diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-29 21:43:41 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-29 21:43:41 +0200 |
commit | 2376d2140ab6eeb8a44d7582a52978520844e229 (patch) | |
tree | a8924a3ce7f1b175c137b122fe577c69092afca7 /view/tpl/blocklist.tpl | |
parent | 310d1229010c14487eaeaa70541f9bf96c60627a (diff) | |
download | volse-hubzilla-2376d2140ab6eeb8a44d7582a52978520844e229.tar.gz volse-hubzilla-2376d2140ab6eeb8a44d7582a52978520844e229.tar.bz2 volse-hubzilla-2376d2140ab6eeb8a44d7582a52978520844e229.zip |
fix block view
Diffstat (limited to 'view/tpl/blocklist.tpl')
-rw-r--r-- | view/tpl/blocklist.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/blocklist.tpl b/view/tpl/blocklist.tpl index f653ef59d..85e4865ea 100644 --- a/view/tpl/blocklist.tpl +++ b/view/tpl/blocklist.tpl @@ -29,7 +29,7 @@ <tr id="block-list-item-{{$item.url}}"> <td> {{if $view}} - <a href="block/{{$channel}}/{{$item.title}}" title="{{$view}}">{{$item.name}}</a> + <a href="block/{{$channel}}/{{$item.name}}" title="{{$view}}">{{$item.name}}</a> {{else}} {{$item.name}} {{/if}} |