I am using a muli-lingual website, I added my own dropdown list with a form, now my language break when I added the extra parameter 'language=' . $lng->language['id'], it added & instaed of &, I debug the code down and notice at last line of the function in includes/functions/html_output.php line 94 it's giving me a very unwanted resault, my question is why it was added that line in there? I marked it out and my code iis just fine. my full code isPHP Code:$content.= zen_draw_form('manufacturers_form', zen_href_link(FILENAME_DEFAULT, 'language=' . $lng->language['id'], $request_type, false), 'get');



