From 80235cdb03d43ae05708d3a86b7d60aa47d3defd Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 26 Feb 2016 16:18:12 -0500
Subject: [PATCH] fix some problems in html that validator caught

---
 pd/nw/pd_canvas.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/nw/pd_canvas.html b/pd/nw/pd_canvas.html
index a93c17f48..60381f821 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"
-- 
GitLab