https://bz.apache.org/bugzilla/show_bug.cgi?id=65546
--- Comment #2 from Bruce Momjian <br...@momjian.us> --- Well, I had no idea text= was an option for #comment. Seems you can just add any key name instead of "text"? How do you handle text with single/double quotes in them? I guess you can use double quotes for text with single quotes, and single quotes for text with double quotes, but how would you handle text with both? I assumed #comment operated just like HTML comments and went to the end of the --> block. I do think the feature is useful in allowing comments to be used without sending them to the client. What I ended up doing was to add an underscore before a single or double quote that had a space before it, but that is kind of odd. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org