diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-06-29 13:57:25 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-06-29 13:57:25 +0000 |
| commit | a601b443e31a4b13d3d19279e1d20215936d55d7 (patch) | |
| tree | 689e6782926c3fd45b339d6b0bda7109c6278e00 /frontends/php/items.php | |
| parent | b0cb81d651f0bba1b2a75eddea37a7c0bcaa8946 (diff) | |
| download | zabbix-a601b443e31a4b13d3d19279e1d20215936d55d7.tar.gz zabbix-a601b443e31a4b13d3d19279e1d20215936d55d7.tar.xz zabbix-a601b443e31a4b13d3d19279e1d20215936d55d7.zip | |
- some adjusts to pass XHTML validation (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4401 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 6206650b..281222f9 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -739,7 +739,7 @@ include_once "include/page_header.php"; // TABLE $form = new CForm(); $form->SetName('items'); - $form->SetMethod('POST'); + $form->SetMethod('post'); $table = new CTableInfo(); $table->SetHeader(array( |
