From 7bb582b02d97e6f2da33d5b889d85e7548eea8ee Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Wed, 2 Mar 2016 00:34:54 -0500
Subject: [PATCH] Use empty <title> tags so that nw.js can set the window title
 itself

---
 pd/nw/index.html     | 1 +
 pd/nw/pd_canvas.html | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pd/nw/index.html b/pd/nw/index.html
index c3117d729..a5382b157 100644
--- a/pd/nw/index.html
+++ b/pd/nw/index.html
@@ -3,6 +3,7 @@
   <head>
     <link id="page_style" rel="stylesheet"
           type="text/css" href="css/default.css">
+    <title></title>
   </head>
   <body id="console_body">
     <span id="fileDialogSpan">
diff --git a/pd/nw/pd_canvas.html b/pd/nw/pd_canvas.html
index 60381f821..334f727ce 100644
--- a/pd/nw/pd_canvas.html
+++ b/pd/nw/pd_canvas.html
@@ -4,7 +4,7 @@
     <meta charset="UTF-8">
     <link id="page_style" rel="stylesheet"
           type="text/css" href="css/default.css">
-    <title>Pd Patch</title>
+    <title></title>
   </head>
   <body id="patch_body">
     <span id = "fileDialogSpan">
-- 
GitLab