graylog-labs / graylog2-web-interface

[DEPRECATED]
https://www.graylog.org/
611 stars 174 forks source link

Example message collapses whitespace, confuses user #1650

Closed kewne closed 9 years ago

kewne commented 9 years ago

When testing extractors, the example message is rendered in a <span>, which collapses whitespace. This can confuse users when the real message has more whitespace and they get match errors.

Example: If the message is

Wrote  2 records
, it is displayed as Wrote 2 records. (Notice how I used the exact same tags here to produce the same effect).

kewne commented 9 years ago

Thank you! :smile: