Currently I am using two different languages in my zen cart store (Hebrew, English) and I have discovered a weird bug while using the Hebrew language.
For some reason, the html in the Hebrew section starts with 7 blank rows (as attached blow my post). What's really odd is that these 7 blank rows also start in EVERY page on the Hebrew language (admin area, RSS feed, product page and etc).
I tried searching for the page that generates these blank rows however I couldn't find it (html_header for example..).
Html code example (7 blank rows then the html code starts):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="he">
<head>…
XML code example (again, 7 blank rows then the html code starts):
<?xml version="1.0" encoding="UTF-8"?>….




