Fix css selector for Asciidoctor h1 html ouptput

This commit is contained in:
Guillaume Grossetie
2014-10-04 12:45:35 +02:00
parent 1148d29439
commit 2664fdca30
+1 -1
View File
@@ -138,7 +138,7 @@ module Precious
def find_header_node(doc)
case @page.format
when :asciidoc
doc.css("div#gollum-root > div#header > h1:first-child")
doc.css("div#gollum-root > h1:first-child")
when :org
doc.css("div#gollum-root > p.title:first-child")
when :pod