mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
This adds an optional linebreak at the vendor attribute in the CPE ID. It should be noted this is purely for formatting/layout purposes and does not actually insert any additional characters (newline or otherwise) into the rendered text. This means that even though the text renders across two lines, copy-pasting will still yield one line of text. example: https://sen-h.github.io/pkg-stats/c245575.html see also: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/wbr Signed-off-by: Sen Hastings <sen@phobosdpl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>