Skip to content

Commit

Permalink
Strip trailing spaces only
Browse files Browse the repository at this point in the history
  • Loading branch information
henare committed Nov 6, 2012
1 parent f9c4490 commit dee7c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml_schemas/debates.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ start = element publicwhip {
common-section-attributes,
attribute oral-qnum { xsd:integer }?,
# Allowing different capitalisation of "true"
attribute nospeaker { "true" | "True" }?,
attribute nospeaker { "true" | "True" }?,
attribute error { "No match" | "Matched multiple times" }?,
attribute speakerid { member-id-type | "unknown" }?,
attribute speakername { text }?,
Expand Down Expand Up @@ -120,7 +120,7 @@ html-subset-content =
attribute href { text },
html-subset-content
}*
& text
& text

common-section-attributes =
attribute id { debate-id-type },
Expand Down

0 comments on commit dee7c53

Please sign in to comment.