simplifications
[old-projects.git] / philter / philter / include / plugin_forward.inc.php
index a0b5c83..4e2c6a0 100644 (file)
@@ -18,8 +18,8 @@ class FwdPlugin extends ActionPlugin {
             .   "    var sel = 0;\n"
             .   "    var select = document.createElement('select');\n"
             .   "    select.setAttribute('name', Node.name+'[1]');\n"
+            .   "    Node.appendChild(document.createTextNode(' '));\n"
             .   "\n"
-            .   "    Node.appendChild(document.createTextNode('"._i18n('1_email')."'));\n"
             // OG: must insert select node before creating options because of IE5 bug
             .   "    Node.appendChild(select);\n"
             .   "\n"