diff --git a/README.md b/README.md
index 6d9eaa68..4be387b8 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ gollum -- A git-based Wiki
[](https://www.codetriage.com/gollum/gollum)
[](https://dometto-cuttingedge.herokuapp.com/github/gollum/gollum/info)
-**Please update to gollum 5.1.1 to counter a recent exploit in the kramdown rendering gem, [CVE-2020-14001](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14001)**
+**Please update to gollum 5.1.2 to counter a recent exploit. More info will follow after CVE is assigned.**
**Gollum version 5.0 is out!** See [here](https://github.com/gollum/gollum/wiki/5.0-release-notes) for a list of changes and new features compared to Gollum version 4.x, and see some [Screenshots](https://github.com/gollum/gollum/wiki/Screenshots) of Gollum's features.
diff --git a/lib/gollum/views/overview.rb b/lib/gollum/views/overview.rb
index 67a66c60..277ccfd7 100644
--- a/lib/gollum/views/overview.rb
+++ b/lib/gollum/views/overview.rb
@@ -25,9 +25,9 @@ module Precious
title = crumb.basename
if title == path.basename
- breadcrumb << %{
}
end
end
breadcrumb << %{}
diff --git a/lib/gollum/views/page.rb b/lib/gollum/views/page.rb
index 061397ec..ba0a4114 100644
--- a/lib/gollum/views/page.rb
+++ b/lib/gollum/views/page.rb
@@ -32,7 +32,7 @@ module Precious
path.descend do |crumb|
element = "#{crumb.basename}"
next if element == @page.title
- breadcrumb << %{