diff options
-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}} |