Closed
Description
- Gitea version (or commit ref): 1.9.0+rc2-1-ga29e667ef built with GNU Make 4.1, go1.12.7 : bindata,
sqlite, sqlite_unlock_notify - Git version: 2.17.1
- Operating system: Ubuntu Bionic x86_64
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
Description
In this release the code highlighting does not activate when viewing files, even though index.js seems to call it. The <code>
element ends up with an empty class string and no highlighting occurs.
Downgrading to 1.8.3 fixes the problem.