diff options
author | robertkj <joramo40@hotmail.com> | 2013-04-17 14:03:11 +0200 |
---|---|---|
committer | robertkj <joramo40@hotmail.com> | 2013-04-17 14:03:11 +0200 |
commit | 774ab4015c949901d81adc4bc79f5ec2db74c771 (patch) | |
tree | 8f53d0e2b5a733042e48fd43b680cad8df26fe4b | |
parent | Minor change to text (diff) | |
download | Divid-774ab4015c949901d81adc4bc79f5ec2db74c771.tar.gz |
Fix minor bug
-rw-r--r-- | views/test.ejs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/test.ejs b/views/test.ejs index b758f27..610a394 100644 --- a/views/test.ejs +++ b/views/test.ejs @@ -95,11 +95,11 @@ </div> </div> </div> - <div id="divid"> - </div> + <div id="divid"> + </div> </div> </div> - </div> + </div> <h1><%= title %></h1> |