Skip to content

Commit

Permalink
html safe page connections
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Youch committed Aug 3, 2011
1 parent cc09bdc commit 205a3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/edit/_page_connections.rhtml
Expand Up @@ -44,7 +44,7 @@
</table>
</form>
<div align='left'>
<a href='javascript:void(0);' class='cms_ajax_link' onclick='cmsEdit.closePageConnections();'><%= "Update &amp; Close".t %></a>
<a href='javascript:void(0);' class='cms_ajax_link' onclick='cmsEdit.closePageConnections();'><%= "Update &amp; Close".t.html_safe %></a>
<a href='javascript:void(0);' class='cms_ajax_link' onclick='cmsEdit.closeBox();'><%= "Cancel".t %></a>
</div>

Expand Down

0 comments on commit 205a3e1

Please sign in to comment.