alex-oleshkevich / starception

Beautiful exception page for Starlette apps.
MIT License
96 stars 6 forks source link

Minor html escaping issue #8

Closed euri10 closed 1 year ago

euri10 commented 1 year ago

when an object has superior or inferior signs in its __repr__ the details_row macro if I get it right displays it "weirdly" :

an example, I have request.app.state._state["arqredis"] whose repr is ArqRedis<ConnectionPool<Connection<host=abdul_redis,port=6379,db=0>>> and in the template it looks like the image below

20220811_1008_533x35_1660205300

euri10 commented 1 year ago

works fine now thanks