There seems to be something wrong in the NEWTHEME/page.tpl.php.

Line 45:
<div role="main" id="<strong>#</strong>main-content">

should be:
<div role="main" id="main-content">

CommentFileSizeAuthor
#4 ids_are_evil-1721664.patch1016 bytesmojzis

Comments

mortendk’s picture

Status: Active » Postponed (maintainer needs more info)

huh check with the latest version no wildfloating <strong> tag anywhere

office@w3k.at’s picture

Sorry for the misleading post.
There is a wild floating # number sign in line 45 in the file NEWTHEME/page.tpl.php

<div role="main" id="#main-content">
should be:
<div role="main" id="main-content">

jessepinho’s picture

Status: Postponed (maintainer needs more info) » Active

I can confirm I'm experiencing the same problem, where the pound sign is in the ID attribute. Setting back to active.

mojzis’s picture

Status: Active » Needs review
StatusFileSize
new1016 bytes

i copied the freshier version from mothership/templates

richardj’s picture

Status: Needs review » Reviewed & tested by the community

Changes look good to me and

Applied patch NEWTHEME/page.tpl.php cleanly.
mortendk’s picture

patched to latest dev

mortendk’s picture

Status: Reviewed & tested by the community » Closed (fixed)
mortendk’s picture

Issue summary: View changes

code wrapper added