From c95dda06b17578121533991afa1aaaf1c23d8872 Mon Sep 17 00:00:00 2001 From: Corey Date: Fri, 23 Jan 2015 17:08:30 -0500 Subject: [PATCH] Renamed Home to Frames --- doclet/src/clojure/play_clj_doclet/html.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doclet/src/clojure/play_clj_doclet/html.clj b/doclet/src/clojure/play_clj_doclet/html.clj index 6430595..9ce92e0 100644 --- a/doclet/src/clojure/play_clj_doclet/html.clj +++ b/doclet/src/clojure/play_clj_doclet/html.clj @@ -74,7 +74,7 @@ [:a {:href (str "index.html" (if (not-empty home-link-hash) (str "#" home-link-hash) "")) - :target "_top"} "Home"]]) + :target "_top"} "Frames"]]) content [:script {:src "highlight.js"}] [:script {:src "main.js"}]]])))