From: Tom Hughes Date: Fri, 13 Feb 2009 12:33:54 +0000 (+0000) Subject: Put the escapes back again. X-Git-Tag: live~7634 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8c8bb42cf63a87239fe9c6257b7d2a6bcab39350 Put the escapes back again. --- diff --git a/app/views/site/_key.rhtml b/app/views/site/_key.rhtml index 643099498..c632f1661 100644 --- a/app/views/site/_key.rhtml +++ b/app/views/site/_key.rhtml @@ -11,7 +11,7 @@ else if (zoomlevel<13) { var imgname = 'keymapnik'+zoomlevel+'.png'; } else { var imgname = 'keymapnik13.png'; } - updateSidebar("Map key", "

"); + updateSidebar("Map key", "

<\/p>"); openSidebar({ width: "210px" }); } diff --git a/app/views/site/_search.rhtml b/app/views/site/_search.rhtml index 7817b2361..6ddcc851c 100644 --- a/app/views/site/_search.rhtml +++ b/app/views/site/_search.rhtml @@ -1,7 +1,7 @@