Bugzilla – Bug 3147
[Funcwiki] Possible Error
Last modified: 2013-06-19 08:12:45 PDT
http://www.amxmodx.org/funcwiki.php?go=func&id=361 There are 2 repetetive comments at the top. However its not that they are repetetive but they are cut off at what I would believe to be a < sign. The < sign isn't in the page's source code so it isn't being interpreted as HTML so I don't even know if this is a problem with posting on the wiki or if "travomail at gmail dot com" decided to twice cut off his code at the '<'. Was just browsing the wiki and saw this, might want to check out if there is a problem posting '<'s on the funcwiki.
The author of the comment you are linking to should have quoted his code with the {small}{/small} tags to avoid that. However, there are clearly some bugs in chevrons handling (for instance, even if you specify < instead of '<', it's replaced by '<' once you click on the preview button, which will be interpreted as the start of an HTML tag by the parser). I had a related problem with one of [[http://www.amxmodx.org/funcwiki.php?go=func&id=276|my comment]] (the oldest one), but strangely, the text wasn't cut off completely. Here's the original comment code (the part that has been bugged): <code>id</code> refers to the command type, that is, 0 for server console commands, > 0 for client commands, < 0 for both command types. It's named <code>id</code> because it's expected to contain the command caller ID. Its value is needed, even if <code>index</code> is a valid console command index. Hope it helps.