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

Title attribute of ext-link missing xlink: namespace qualifier #209

Open
carlthewebmaster opened this issue Sep 5, 2014 · 0 comments
Open

Comments

@carlthewebmaster
Copy link
Contributor

Steps:

  1. Create article and insert some text.
  2. Create a link including a Title and URL
  3. Save article

Expected

No issues. Valid XML

Generated XML is invalid:

<ext-link 
     xmlns:xlink="http://www.w3.org/1999/xlink" 
     xlink:href="http://annotum.org" 
     ext-link-type="uri" 
     title="The Title">

Which should be:

<ext-link 
     xmlns:xlink="http://www.w3.org/1999/xlink" 
     xlink:href="http://annotum.org" 
     ext-link-type="uri" 
     xlink:title="The Title">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant