Bug 3147 - [Funcwiki] Possible Error
[Funcwiki] Possible Error
Status: RESOLVED INVALID
Product: AMX Mod X
Classification: Unclassified
Component: Core
trunk
PC All
: P4 enhancement
Assigned To: amxmodx-bugs@alliedmods.net
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-02-18 14:00 PST by GHW_Chronic
Modified: 2013-06-19 08:12 PDT (History)
4 users (show)

See Also:


Attachments

Description GHW_Chronic 2008-02-18 14:00:27 PST
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.
Comment 1 Teyut 2008-03-31 21:33:29 PDT
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 &lt; 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.

Note You need to log in before you can comment on or make changes to this bug.