When using HTML On in a post you will get strange behaviour for the following code tag
In my case only this is shown:
So "<stdio.h>" is missing, although it is still there. This cannot be reproduced here on vbmods.rock since HTML On is not allowed for regular users.
It seems that vBulletin interpretes HTML also inside the code tag, what shouldn't happen in my opinion.
Any suggestions or comments?
Code:
// Header file for input output functions
#include <stdio.h>
// Main function: entry point for execution
int main() {
// Writing print statement to print hello world
printf("Hello World");
return 0;
}
So "<stdio.h>" is missing, although it is still there. This cannot be reproduced here on vbmods.rock since HTML On is not allowed for regular users.
It seems that vBulletin interpretes HTML also inside the code tag, what shouldn't happen in my opinion.
Any suggestions or comments?




Comment