diff --git a/app/views/my/page_layout.html.erb b/app/views/my/page_layout.html.erb
index 0025186..8b6c2e8 100644
--- a/app/views/my/page_layout.html.erb
+++ b/app/views/my/page_layout.html.erb
@@ -38,7 +38,7 @@ function removeBlock(block) {
<%= form_tag({:action => "add_block"}, :id => "block-form") do %>
<%= label_tag('block-select', l(:label_my_page_block)) %>:
<%= select_tag 'block',
- "".html_safe + options_for_select(@block_options),
+ content_tag('option') + options_for_select(@block_options),
:id => "block-select" %>
<%= link_to_remote l(:button_add),
{:url => { :action => "add_block" },