Skip to content

Commit

Permalink
fix issue #16 - XML parse error
Browse files Browse the repository at this point in the history
* not sure how exactly this fixes the issue, but it does
  • Loading branch information
Todd Whiteman committed Mar 13, 2015
1 parent 60bbf35 commit dc63dca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/pref/golang-pref-overlay.xul
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>

<!DOCTYPE overlay SYSTEM "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" [
<!ENTITY % golangDTD SYSTEM "chrome://golang/locale/golang.dtd">
%golangDTD;
<!ENTITY % golangPrefDTD SYSTEM "chrome://golang/locale/golang.dtd">
%golangPrefDTD;
]>

<overlay id="golang_prefs_overlay"
Expand Down
4 changes: 2 additions & 2 deletions content/pref/pref-golang.xul
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" [
<!ENTITY % golangDTD SYSTEM "chrome://golang/locale/golang.dtd">
%golangDTD;
<!ENTITY % prefDTD SYSTEM "chrome://komodo/locale/pref/pref.dtd">
%prefDTD;
<!ENTITY % prefDTD.INTERNAL SYSTEM "chrome://komodo/locale/pref-internal.dtd">
%prefDTD.INTERNAL;
<!ENTITY % golangDTD SYSTEM "chrome://golang/locale/golang.dtd">
%golangDTD;
]>

<!-- Copyright (c) 2000-2006 ActiveState Software Inc.
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>Go Language</em:name>
<em:version>1.3.2</em:version>
<em:version>1.3.3</em:version>
<em:description>Go language support for Komodo</em:description>
<em:creator>Trent Mick</em:creator>
<em:creator>Travis Cline</em:creator>
Expand Down

0 comments on commit dc63dca

Please sign in to comment.