diff options
-rw-r--r-- | app/views/widgets/new.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/widgets/new.html.erb b/app/views/widgets/new.html.erb index 072645d09..c706155a5 100644 --- a/app/views/widgets/new.html.erb +++ b/app/views/widgets/new.html.erb @@ -4,12 +4,12 @@ To add a widget for <b><%= @info_request.title %></b>, copy and paste the following code to your web page: <textarea autofocus readonly rows='4' cols='60' id='widgetbox'> -<iframe src='<%= request_widget_url(@info_request) %>' width='320' height='215' frameborder='0' marginwidth='0' marginheight='0'> +<iframe src='<%= request_widget_url(@info_request) %>' width='320' height='215' frameborder='0' marginwidth='0' marginheight='0'></iframe> </textarea> </p> <p> The widget will look like this: <br> -<iframe src='<%= request_widget_url(@info_request) %>' width='320' height='215' frameborder='0' marginwidth='0' marginheight='0'> +<iframe src='<%= request_widget_url(@info_request) %>' width='320' height='215' frameborder='0' marginwidth='0' marginheight='0'></iframe> </p> |