commit 6a821328e50a9f90d978a07a250997989e282744 from: Tracey Emery date: Wed Jan 29 23:22:27 2020 UTC stop compounding slashes on folder path commit - 017d6da3d7489cdd29bd9cd24933e188f500ad64 commit + 6a821328e50a9f90d978a07a250997989e282744 blob - fb264cc340fe1da8a037a5eb8ad6c1f3dd3a394c blob + 7f0210576715465c160adc4a7a3c82be2cb8903a --- gotweb/gotweb_ui.h +++ gotweb/gotweb_ui.h @@ -126,11 +126,11 @@ char *heads_navs = "commits"; char *folder_html = - "%s%s"; char *file_html = - "%s%s"; + "%s%s"; /* headers */ @@ -257,8 +257,8 @@ char *tree_line_with_navs = "
" \ "
%s
" \ "
" \ - "%s | " \ - "%s" \ + "%s | " \ + "%s" \ "
" \ "
";