Jump to content

Stray character in processwire


maddmac
 Share

Recommended Posts

I also would hinted at some module that hooks some function.

What you mean with Simple Tree Menu Module? Do you mean MarkupSimpleNavigation? Well it's not doing anything like that anyway.

Well no module.... you got 11 jquery modules in there :P I wouldn't be surprized if maybe any of that would produce it?

Anyway, start removing things until it's gone. 

Link to comment
Share on other sites

I know its not javascript since its not appearing in the source. 

Do you mean in the source of the js or html?

Does it appear when inspecting code with console webdeveloper but not when viewing static html source?

Link to comment
Share on other sites

I had this once while using include/include_once and variables. I tried doing something like:

$content = include(/path/to/file);
That resulted in a "1". My solution was to use the $content var in the included file.
Link to comment
Share on other sites

How would css generate a "1" without using content?

Joss, try this:

html:after{
    content: "1";
}

It's not very likely that this is the problem, but if there is no "1" in the source I don't see another reason.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...