diff options
Diffstat (limited to 'view/tpl/group_side.tpl')
-rwxr-xr-x | view/tpl/group_side.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl index 4afe1286f..952757076 100755 --- a/view/tpl/group_side.tpl +++ b/view/tpl/group_side.tpl @@ -16,9 +16,10 @@ </li> {{/foreach}} <li> - <a href="group/new">{{$createtext}}</a> + <a href="group/new" title="{{$createtext}}" >{{$createtext}}</a> </li> </ul> + </div> </div> |