Skip to content

Commit

Permalink
Merge branch 'release/v0.12.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed May 23, 2014
2 parents c6e1191 + 812c385 commit 6f61c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/views/wash_with_html/doc.builder
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/washout_builder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WashoutBuilder
VERSION = "0.12.1"
VERSION = "0.12.2"
end

0 comments on commit 6f61c83

Please sign in to comment.