Replacing single quotes with double quotes

Bug: 57597
Change-Id: Icb3c0114d075cab103bbf4d7e0e9e1fd4ba0093c
This commit is contained in:
Zeljko Filipin
2013-12-17 19:56:10 +01:00
parent f647453a39
commit 9422558de3

View File

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