#1786 closed defect (fixed)
Closing DIV tag missing in template src/widget/templates/EditorToolbar.html
Reported by: | Owned by: | liucougar | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
While working with DOJO inside of Eclipse, the Eclipse editor denoted that there was an error in the HTML file: src/widget/templates/EditorToolbar.html
After double-checking the file, it appears that the toplevel DIV: <div dojoAttachPoint="domNode" class="EditorToolbarDomNode?" unselectable="on">
Does not have the corrisponding ending </div> at the bottom of the file. The file only ends with </table>.
So, it does appear that the template is malformed.
Sincerely, Jared Jurkiewicz
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | → 0.4.1 |
---|---|
Owner: | changed from anonymous to liucougar |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [6345]) fixes #1786: Closing DIV tag missing in template src/widget/templates/EditorToolbar.html