diff --git a/app/views/wash_with_html/doc.builder b/app/views/wash_with_html/doc.builder
index 84ac751..570a09b 100644
--- a/app/views/wash_with_html/doc.builder
+++ b/app/views/wash_with_html/doc.builder
@@ -41,9 +41,8 @@ xml.html( "xmlns" => "http://www.w3.org/1999/xhtml" ) {
xml.span( "class" => "pre") {
xml.a( "href" => "#{@document.namespace}") { |y| y << "#{@document.namespace}" }
};}
-
+ xml.p ""
unless @document.service_description.blank?
- xml.h1 "#{@document.service}"
xml.p "#{@document.service_description}"
end
diff --git a/lib/washout_builder/version.rb b/lib/washout_builder/version.rb
index acd8cf1..aae821e 100644
--- a/lib/washout_builder/version.rb
+++ b/lib/washout_builder/version.rb
@@ -1,3 +1,3 @@
module WashoutBuilder
- VERSION = "0.12.1"
+ VERSION = "0.12.2"
end