I'm having this error and tried to fix by myself.

I edited the "tagcanvas.module" file at the "TagCanvas" module folder substituting the line 78

Before:
'#markup' => '

',

After:
'#markup' => '

',

------------
I don't know yet if this change will cause any problem with the module on the future.

Comments

corbin’s picture

i'm afraid i don't understand what you did ?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

samuraisjakkie’s picture

Line 78 is

'#markup' => '<!--[if IE lte 8]><script language="javascript" type="text/javascript" src="/' . $expath . '"></script><![endif]-->',

this should be

'#markup' => '<!--[if lte IE  8]><script language="javascript" type="text/javascript" src="/' . $expath . '"></script><![endif]-->',

then the error goes away.

leschekfm’s picture

I can confirm this fix.

leschekfm’s picture

Status: Closed (fixed) » Closed (duplicate)

Ah didn't see this is a duplicate of #1665758: Syntax error in conditional comment