Opened 8 years ago
Closed 8 years ago
#13319 closed bug (fixed)
Coding Guideliness page not outputting content enclosed in brackets
Reported by: | kainjow | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Website/www.haiku-os.org | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
On the Coding Guidelines page - https://www.haiku-os.org/development/coding-guidelines - there is a section about #includes but not all the code is being outputted because it's in < and > tags.
Probably needs to be enclosed with Hugo's htmlEscape function somehow.
The line right below this code sample has the same issue ("Don't use ... if they aren't necessary").
Note:
See TracTickets
for help on using tickets.
Fixed with PR: https://github.com/haiku/website/pull/31