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