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
Authored at: 2026-03-02 18:03:41 +0200
Change ID: wznwywptnwzpwvvxvxuvsuvrnnpwrukz
Parent: 9c4890a
M web/templates/repo_tree.html
ยทยทยท
        63
        63
               </table>

      
        64
        64
         

      
        65
        65
               {{- if .P.Readme }}

      
        66
        
        -      <article clsas="readme">{{- .P.Readme -}}</article>

      
        
        66
        +      <article class="readme">{{- .P.Readme -}}</article>

      
        67
        67
               {{- end -}}

      
        68
        68
             </main>

      
        69
        69
           </body>