-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
Description
- Gitea version (or commit ref): 1.13.0+dev-593-g0db9043aa built with GNU Make 4.3, go1.15.2 : bindata, sqlite, sqlite_unlock_notify
- Git version: 2.26.2
- Operating system: gitea official docker
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes : https://try.gitea.io/zigg/testme/commit/9bd6915f409b3ae13dd284a716212059129c8dfe
- No
- Not relevant
- Log gist:
Description
Diff view sometimes show additional html tag that should not be visible
Screenshots
But it should be :
- print "// ", sys.argv
+ print("// ", sys.argv)
Note however that the extra tag is not visible in the file view :