You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pages for keywords that have leading/trailing underscores seem to be missing the underscores.
At the time of this writing for example: __DATE__ html source has:
<head>
<title>DATE - FreeBASIC Wiki Manual | FBWiki</title>
Where we should expect that __DATE__ is in the <title> field.
Which probably means that the PHP code for extracting and storing the title for the page is flawed.
(As a side note, when writing this issue, I notice that trying to display an underscore "_" in the URL requires escaping it with "\_", though it's not related in anyway to the wikka issue)
The text was updated successfully, but these errors were encountered:
Pages for keywords that have leading/trailing underscores seem to be missing the underscores.
At the time of this writing for example: __DATE__ html source has:
Where we should expect that
__DATE__
is in the<title>
field.Which probably means that the PHP code for extracting and storing the title for the page is flawed.
(As a side note, when writing this issue, I notice that trying to display an underscore
"_"
in the URL requires escaping it with "\_
", though it's not related in anyway to the wikka issue)The text was updated successfully, but these errors were encountered: