Zen Cart Logo
Forums / General Questions / Html starts with blank rows

Html starts with blank rows

Locked

Views: 1,026

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
16 Sep 2008, 8:34 AM
#1
tslav avatar

tslav

New Zenner

Join Date:
Aug 2008
Posts:
22
Plugin Contributions:
0

Html starts with blank rows

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"?>….
17 Sep 2008, 8:01 AM
#2
tslav avatar

tslav

New Zenner

Join Date:
Aug 2008
Posts:
22
Plugin Contributions:
0

Re: Html starts with blank rows

I still haven't found a solution for this manner.

Any help will be much appreciated :)

17 Sep 2008, 9:19 AM
#3
tslav avatar

tslav

New Zenner

Join Date:
Aug 2008
Posts:
22
Plugin Contributions:
0

Re: Html starts with blank rows

YEY!! I have made it on my own! :clap:

Just enabled the Debugger and then i saw that the other_images definition file in the Hebrew language was with blank spaces.

17 Sep 2008, 9:28 AM
#4
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: Html starts with blank rows

Well done! and thanks for posting your solution.