X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a333712ad7c64a77836929fa055c0de519183877..1d6051d08b5268a30122a6ca9ea04f6a03544737:/app/views/site/_potlatch.html.erb
diff --git a/app/views/site/_potlatch.html.erb b/app/views/site/_potlatch.html.erb
index d38d9b345..da348d417 100644
--- a/app/views/site/_potlatch.html.erb
+++ b/app/views/site/_potlatch.html.erb
@@ -1,5 +1,5 @@
- <%= t 'site.edit.flash_player_required' %>
+
<%= t 'site.edit.flash_player_required' %>
<%= javascript_include_tag 'swfobject.js' %>
@@ -39,7 +39,7 @@
attributes.id = "potlatch";
attributes.bgcolor = "#FFFFFF";
- swfobject.embedSWF("<%= asset_path("/potlatch/potlatch.swf") %>", "map", "100%", "100%", "6","<%= asset_path("/expressInstall.swf") %>", flashvars, params, attributes);
+ swfobject.embedSWF("<%= asset_path("/potlatch/potlatch.swf") %>", "potlatch", "100%", "100%", "6","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes);
// 700,600 for fixed size, 100%,100% for resizable
}