aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-30 17:53:47 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-30 17:53:47 -0700
commit9fc87d43c9a38b3ba1079412fde81ef0f5190fed (patch)
tree678814e4037551388050c3afb1eb8cae39615b92 /view/tpl
parent097002910ead3ec263f723eb66e659f0469b8bb6 (diff)
parente8d2dd7204b2ae80819905075de1a036c2be9aa6 (diff)
downloadvolse-hubzilla-9fc87d43c9a38b3ba1079412fde81ef0f5190fed.tar.gz
volse-hubzilla-9fc87d43c9a38b3ba1079412fde81ef0f5190fed.tar.bz2
volse-hubzilla-9fc87d43c9a38b3ba1079412fde81ef0f5190fed.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/blocklist.tpl2
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}}