Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
missing " after link attrib
jackmaessen
✭✭✭
i noticed that when using html4strict.php and putting a link attrib in it, he changes the last " with "
It should be like this:
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
But he creates this:
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
Where do i have to search for this problem? I tested it in geshi standalone and it gives no problem. But when putting in my Vanilla, he changes the last " in "
0
Comments
2.0.18.10
nobody any idea? it seems that the last " which changes to " is part of the url and is a link, even in a code block...
I found the problem: in the file geshi.php, about line 4303, there is a function:
Disabling the second line of this array solves the problem.
Maybe useful for people who have the same problem