all repos

mugit @ 3d3163cbe3c536974f0bf4f6d2be3a6efa8b25b2

🐮 git server that your cow will love
1 files changed, 1 insertions(+), 1 deletions(-)
ui: fix the readme rendering on tree page
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-03-02 23:39:29 +0200
Change ID: wznwywptnwzpwvvxvxuvsuvrnnpwrukz
Parent: 9c4890a
M web/templates/repo_tree.html

@@ -63,7 +63,7 @@ </tbody>

</table> {{- if .P.Readme }} - <article clsas="readme">{{- .P.Readme -}}</article> + <article class="readme">{{- .P.Readme -}}</article> {{- end -}} </main> </body>