I agree that it is going to be displayed as <> in the data field but that was not my point.
My point was what it looks like in the documentation provided.
The statement
If the document is not saved, the preliminary number is displayed in "<>"
renders as
If the document is not saved, the preliminary number is displayed in ""
where the quotes, if you use a DOM inspector, contain an empty (invalid) tag.
While I am not sure the Comment field is rendered as HTML, I suspect it is so because other comments do contain valid HTML tags and their only purpose is to provide formatting.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please note that it is not enough to rip this comment of HTML tags; since there is currently no way to tell a HTML comment form a text one without inspection, you would have to remove markup from all comments throughout the system. While it is possible, I can see no merit here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1849536
Originator: YES
And also replace /<TableName>/ with "<var >TableName</var >"
Logged In: YES
user_id=329831
Originator: NO
no it is meant the the system assigned number will display in greater than and less than signs
Logged In: YES
user_id=1849536
Originator: YES
I agree that it is going to be displayed as <> in the data field but that was not my point.
My point was what it looks like in the documentation provided.
The statement
If the document is not saved, the preliminary number is displayed in "<>"
renders as
If the document is not saved, the preliminary number is displayed in ""
where the quotes, if you use a DOM inspector, contain an empty (invalid) tag.
While I am not sure the Comment field is rendered as HTML, I suspect it is so because other comments do contain valid HTML tags and their only purpose is to provide formatting.
Logged In: YES
user_id=329831
Originator: NO
changed to all text
Logged In: YES
user_id=1849536
Originator: YES
Please note that it is not enough to rip this comment of HTML tags; since there is currently no way to tell a HTML comment form a text one without inspection, you would have to remove markup from all comments throughout the system. While it is possible, I can see no merit here.