diff options
Diffstat (limited to 'admin/template/goto/permalinks.tpl')
-rw-r--r-- | admin/template/goto/permalinks.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/template/goto/permalinks.tpl b/admin/template/goto/permalinks.tpl index 3e04cc3d0..1f2164721 100644 --- a/admin/template/goto/permalinks.tpl +++ b/admin/template/goto/permalinks.tpl @@ -13,15 +13,15 @@ </label> <label>{'Permalink'|@translate}: - <input name="permalink" /> + <input name="permalink"> </label> <label>{'Save to permalink history'|@translate}: - <input type="checkbox" name="save" checked="checked" /> + <input type="checkbox" name="save" checked="checked"> </label> <p> - <input type="submit" class="submit" name="set_permalink" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}/> + <input type="submit" class="submit" name="set_permalink" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}> </p> </fieldset> </form> |