diff --git a/pd/nw/pd_canvas.html b/pd/nw/pd_canvas.html
index a93c17f484a91ade9261858bafb30153d7a9a25d..60381f821d633dc8c7a9998718e5b93a71215005 100644
--- a/pd/nw/pd_canvas.html
+++ b/pd/nw/pd_canvas.html
@@ -1,8 +1,10 @@
 <!DOCTYPE html>
 <html>
   <head>
+    <meta charset="UTF-8">
     <link id="page_style" rel="stylesheet"
           type="text/css" href="css/default.css">
+    <title>Pd Patch</title>
   </head>
   <body id="patch_body">
     <span id = "fileDialogSpan">
@@ -37,13 +39,11 @@
              id="canvas_find_button"
              name="canvas_find_button"
              value="Search"/>
-      </input>
     </div>
     <dialog id="save_before_quit">
       <h4>Do you want to save the changes you made in
         <span id="save_before_quit_filename"></span>?
       </h4>
-      <div id="save_before_quit_filename"></div>
       <div class="submit_buttons">
         <button type="button"
                 id="yes_button"