iommirocks / iommi

Your first pick for a django power cord
http://iommi.rocks
BSD 3-Clause "New" or "Revised" License
761 stars 50 forks source link

Escape function name in profiler #502

Closed viktor2097 closed 8 months ago

viktor2097 commented 8 months ago

function_name can be formatted as <built-in method builtins.len>, so it needs to be escaped; otherwise, the function name won't display at all in the resulting HTML. For extra clarity, function name is only rendered as a link if it's associated with a path and line number.

Before image:

Skärmavbild 2024-01-16 kl  09 57 15

After image:

Skärmavbild 2024-01-16 kl  09 55 45
boxed commented 8 months ago

Thanks!