Skip to content

Commit f48121a

Browse files
committed
Use the correct title for the jar versions page
A typo in f89ec30 caused the currently logged in account name to be used as the title for the versions page, and caused the current account to be displayed at the top of the page. Thanks to @Peeja for the report.
1 parent 3fb427c commit f48121a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clojars/web/jar.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
]])))
169169

170170
(defn show-versions [account jar versions]
171-
(html-doc account (str "all versions of "(jar-name jar)) {:account account}
171+
(html-doc (str "all versions of "(jar-name jar)) {:account account}
172172
[:div.light-article
173173
[:h1 "all versions of "(jar-link jar)]
174174
[:div.versions

0 commit comments

Comments
 (0)