diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-07-05 18:51:35 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-07-05 18:51:35 +0000 |
| commit | d459e68d8d00686202bb1fa6717448a4b316c610 (patch) | |
| tree | ab9c42b4a134d88d12fc312fd2cf01fc98b6336e /templates | |
| parent | 1f656887f4e21490ff461ff270d341b87cea925d (diff) | |
| download | users-d459e68d8d00686202bb1fa6717448a4b316c610.tar.gz users-d459e68d8d00686202bb1fa6717448a4b316c610.tar.bz2 users-d459e68d8d00686202bb1fa6717448a4b316c610.zip | |
insert missing <!-- end .body --> tags for more reliable highlighting
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/group_list_members.tpl | 2 | ||||
| -rw-r--r-- | templates/user_assigned_modules.tpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/group_list_members.tpl b/templates/group_list_members.tpl index 889a603..05855ce 100644 --- a/templates/group_list_members.tpl +++ b/templates/group_list_members.tpl @@ -23,6 +23,6 @@ <li>{tr}The group has no members.{/tr}</li> {/foreach} </ol> - </div> + </div><!-- end .body --> </div> {/strip} diff --git a/templates/user_assigned_modules.tpl b/templates/user_assigned_modules.tpl index 940a3a6..546dba6 100644 --- a/templates/user_assigned_modules.tpl +++ b/templates/user_assigned_modules.tpl @@ -174,8 +174,8 @@ {/jstab} {/if} {/jstabs} - </div> {* end .body *} -</div> {* end .usermodules *} + </div><!-- end .body --> +</div><!-- end .usermodules --> {/strip} |
