Merge "Replacing single quotes with double quotes"

This commit is contained in:
jenkins-bot
2013-12-18 09:11:51 +00:00
committed by Gerrit Code Review

View File

@@ -11,7 +11,7 @@ class RandomPage
a(:download_as_pdf, text: "Download as PDF") a(:download_as_pdf, text: "Download as PDF")
a(:download_the_file, text: "Download the file") a(:download_the_file, text: "Download the file")
li(:main_page, id: "n-mainpage-description") li(:main_page, id: "n-mainpage-description")
div(:asia, id: 'AS') div(:asia, id: "AS")
a(:malayalam) do |page| a(:malayalam) do |page|
page.asia_element.element.a(title: "Malayalam") page.asia_element.element.a(title: "Malayalam")
end end