This commit is contained in:
Chris Wanstrath
2011-11-13 17:20:56 -08:00
parent 26c27d2a18
commit 2b8a1beec6

View File

@@ -13,7 +13,7 @@ class Browser extends Resource
@url = url
@style = "width:100%;height:100%;background-color:#fff;border:none"
style = "width:100%;height:100%;background-color:#fff;border:none"
@html = "<iframe src='#{@url}' style='#{style}'></iframe>"
@show()