diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-01-09 01:01:39 +0000 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-01-09 01:01:39 +0000 |
commit | be478eb0c2ad4dc89c0629f17af86c328dd21465 (patch) | |
tree | 693fe20f2bdd65c16c9dc400cf7da09b5df426d0 | |
parent | a631fe29f3950f8db1f7fb4ce1f47261a9b0feff (diff) |
HTML fixes
-rw-r--r-- | core/views/permissions_form.html.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/views/permissions_form.html.php b/core/views/permissions_form.html.php index ba3191e1..25b8e548 100644 --- a/core/views/permissions_form.html.php +++ b/core/views/permissions_form.html.php @@ -30,7 +30,6 @@ <? else: ?> <a href="javascript:set('deny',<?= $group->id ?>,<?= $permission->id ?>,<?= $item->id ?>)">denied by parent</a> <? endif ?> - </a> <? elseif ($intent === access::DENY): ?> <a href="javascript:set('allow',<?= $group->id ?>,<?= $permission->id ?>,<?= $item->id ?>)">denied</a> <? elseif ($intent === access::ALLOW): ?> @@ -46,5 +45,5 @@ </tr> <? endforeach ?> </table> - <fieldset> + </fieldset> </form> |