agusmakmun / django-log-viewer

Django Log Viewer allows you to read & download log files in the admin page
https://pypi.org/project/django-log-viewer/
MIT License
74 stars 30 forks source link

Fix: escape the HTML entity #17

Closed kwangsooshin closed 4 years ago

kwangsooshin commented 4 years ago

resolve #16

If log texts contain HTML tags then texts are not shown correctly.

So, Add code to escape the HTML entity.