diff options
Diffstat (limited to 'phpBB/adm/style/acp_groups.html')
-rw-r--r-- | phpBB/adm/style/acp_groups.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html index f1b4c4ecaa..b615099b7c 100644 --- a/phpBB/adm/style/acp_groups.html +++ b/phpBB/adm/style/acp_groups.html @@ -155,7 +155,7 @@ <input class="button1" type="submit" id="submit" name="update" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </fieldset> - + {S_FORM_TOKEN} </form> <!-- ELSEIF S_LIST --> @@ -261,7 +261,7 @@ <input class="button2" type="submit" name="addusers" value="{L_SUBMIT}" /> </p> </fieldset> - + {S_FORM_TOKEN} </form> <!-- ELSE --> @@ -310,7 +310,7 @@ <input type="hidden" name="add" value="1" /> <!-- ENDIF --> </fieldset> - + {S_FORM_TOKEN} </form> <h1>{L_SPECIAL_GROUPS}</h1> |