From 1d9b01aa24bb1b22de18cd1b90823e4342251d6e Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Thu, 7 Jan 2016 22:37:33 -0500
Subject: [PATCH] fix broken stylesheet link

---
 pd/nw/dialog_iemgui.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pd/nw/dialog_iemgui.html b/pd/nw/dialog_iemgui.html
index 7f6ab7497..dc4300f0a 100644
--- a/pd/nw/dialog_iemgui.html
+++ b/pd/nw/dialog_iemgui.html
@@ -1,7 +1,8 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link id="page_style" rel="stylesheet" type="text/css" href="dialog_iemgui.css">
+    <link id="page_style" rel="stylesheet"
+          type="text/css" href="css/default.css">
   </head>
   <body id="iemgui_dialog_body">
     <div class="container">
-- 
GitLab