From 21e76beaccb81dd7e6ba19b2b816762cf98a3c8c Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sat, 27 Feb 2016 01:31:58 -0500
Subject: [PATCH] change id to class

---
 pd/nw/dialog_gatom.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/nw/dialog_gatom.html b/pd/nw/dialog_gatom.html
index 10f246943..b0f8f3990 100644
--- a/pd/nw/dialog_gatom.html
+++ b/pd/nw/dialog_gatom.html
@@ -3,7 +3,7 @@
   <head>
     <link id="page_style" rel="stylesheet" type="text/css" href="css/default.css">
   </head>
-  <body id="dialog_body">
+  <body class="dialog_body">
     <div class="container">
     <form> 
       <fieldset> 
-- 
GitLab