Skip to content

Commit

Permalink
Merge branch 'xml-workaround' into 'master'
Browse files Browse the repository at this point in the history
Change syntax for xml entities

See merge request GNOME/genius!7
  • Loading branch information
jirilebl committed May 15, 2022
2 parents a21eaed + 73f8deb commit 5422c99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions help/C/genius.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

<!ENTITY manrevision "0.2">

<!ENTITY lt "&#60;">
<!ENTITY gt "&#62;">
<!ENTITY le "&#8804;">
<!ENTITY ge "&#8805;">
<!ENTITY lsquo "&#8216;">
<!ENTITY rsquo "&#8217;">
<!ENTITY lt "&#38;#60;">
<!ENTITY gt "&#38;#62;">
<!ENTITY le "&#38;#8804;">
<!ENTITY ge "&#38;#8805;">
<!ENTITY lsquo "&#38;#8216;">
<!ENTITY rsquo "&#38;#8217;">

<!--<!ENTITY gel-function-list SYSTEM "gel-function-list.xml">-->
]>
Expand Down

0 comments on commit 5422c99

Please sign in to comment.