Skip to content

Commit

Permalink
remove <phrase/> element from productnumber
Browse files Browse the repository at this point in the history
- was (temporarily) not allowed in Novdoc DTD, this bug is fixed now
- for maintenance branch, the productnumber does not change anymore anyway
  • Loading branch information
taroth21 committed Nov 22, 2016
1 parent da2a8f2 commit cb41e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/entity-decl.ent
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- <!ENTITY productnamereg '<?suse name="productnamereg"?>'> -->
<!ENTITY productnamereg '<phrase role="productnamereg"><phrase os="sles">&slereg; &hasi;</phrase></phrase>'>
<!-- <!ENTITY productnumber '<?suse name="productnumber"?>'> -->
<!ENTITY productnumber '<phrase role="productnumber"><phrase os="sles">12</phrase></phrase>'>
<!ENTITY productnumber '12'>

<!ENTITY opensuse "openSUSE">
<!ENTITY opensusereg "openSUSE&reg;">
Expand Down

0 comments on commit cb41e21

Please sign in to comment.