diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-10 13:30:47 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-10 13:30:47 +0000 |
| commit | 94373fd1f85f79dae1674313c27ebb1735991c9a (patch) | |
| tree | 6af693643e639e292e0e6a50a49370245d9bdd54 /phpBB/adm/style | |
| parent | a5ec35e185126f5366a5749ad4f57325202b10f5 (diff) | |
| download | forums-94373fd1f85f79dae1674313c27ebb1735991c9a.tar forums-94373fd1f85f79dae1674313c27ebb1735991c9a.tar.gz forums-94373fd1f85f79dae1674313c27ebb1735991c9a.tar.bz2 forums-94373fd1f85f79dae1674313c27ebb1735991c9a.tar.xz forums-94373fd1f85f79dae1674313c27ebb1735991c9a.zip | |
also collect admins user agent vendor and version (send_statistics)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10131 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
| -rw-r--r-- | phpBB/adm/style/acp_send_statistics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_send_statistics.html b/phpBB/adm/style/acp_send_statistics.html index a3e27470e0..2a9b61f314 100644 --- a/phpBB/adm/style/acp_send_statistics.html +++ b/phpBB/adm/style/acp_send_statistics.html @@ -23,7 +23,7 @@ function iframe_updated() //]]> </script> -<iframe onload="iframe_updated();" name="questionaire_result" style="display:none;"></iframe> +<iframe onload="iframe_updated();" name="questionaire_result" style="display: none;"></iframe> <form action="{U_COLLECT_STATS}" method="post" target="questionaire_result" id="questionnaire-form"> |
