Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when no region element is present, then no comma #39

Closed
ietf-svn-bot opened this issue Feb 29, 2012 · 3 comments
Closed

when no region element is present, then no comma #39

ietf-svn-bot opened this issue Feb 29, 2012 · 3 comments
Labels

Comments

@ietf-svn-bot
Copy link

owner:jbothun@concentricsky.com resolution_fixed type_defect | by ahagens@amsl.com


When then there is not a region element present, there should not be a comma after the city. (That is how xml2rfc v1 works and it is helpful because many authors do not want to list a region.)

    <address>
      <postal>
        <street>Gloriastrasse 35</street>
        <city>8092 Zurich</city>
        <country>Switzerland</country>
      </postal>
      <phone>555-555-5555</phone>
      <email>jd@example.com</email>
    </address>

xml2rfc v2 output:

Author's Address

John Doe
Swiss Federal Institute of Technology Zurich
Gloriastrasse 35
8092 Zurich,
Switzerland

Phone: 555-555-5555
Email: jd@example.com

Desired output (no comma after "Zurich"):

Author's Address

John Doe
Swiss Federal Institute of Technology Zurich
Gloriastrasse 35
8092 Zurich
Switzerland

Phone: 555-555-5555
EMail: jd@example.com

(capitalized M in EMail when rfcedstyle="yes", per other ticket)


Issue migrated from trac:39 at 2022-02-05 12:24:15 +0000

@ietf-svn-bot
Copy link
Author

@jbothun@concentricsky.com changed status from new to closed

@ietf-svn-bot
Copy link
Author

@jbothun@concentricsky.com changed resolution from `` to fixed

@ietf-svn-bot
Copy link
Author

@jbothun@concentricsky.com commented


Fixed in fb6083d:

fix address card city line rendering (fixes #39)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant