- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 135
 
Open
Labels
🏁 status: ready for workReady for workReady for work💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🔒 staff onlyRestricted to CC staff membersRestricted to CC staff members🛠 goal: fixBug fixBug fix🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed
Description
Description
The Attribution entry in the deed body template contains an extraneous </span> in the description (line 70):
cc-legal-tools-app/templates/includes/deed_body_licenses.html
Lines 68 to 70 in 636a037
| <li class="cc-by"> | |
| <strong>{% trans "Attribution" %}</strong> — | |
| {% blocktrans %}You must give <a href="#ref-appropriate-credit" id="src-appropriate-credit">appropriate credit</a></span>, provide a link to the license, and <span rel="cc:requires" resource="http://creativecommons.org/ns#Notice"><a href="#ref-indicate-changes" id="src-indicate-changes">indicate if changes were made</a></span>. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.{% endblocktrans %} | 
Because the error is within a translated block, the correction requires all of the following be done concurrently:
- Fix template
 - Fix all translation files (Gettext 
.poportable object files and.momachine object files) - Update resource in Transifex
 - Update all translations in Transifex
 
Expectation
HTML markup should be correct:
- You must give <a href="#ref-appropriate-credit" id="src-appropriate-credit">appropriate credit</a></span>
+ You must give <a href="#ref-appropriate-credit" id="src-appropriate-credit">appropriate credit</a>Additional context
Thank @adqm for identifying this bug!
Resolution
- I would be interested in resolving this bug.
 
Metadata
Metadata
Assignees
Labels
🏁 status: ready for workReady for workReady for work💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🔒 staff onlyRestricted to CC staff membersRestricted to CC staff members🛠 goal: fixBug fixBug fix🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed
Type
Projects
Status
Ready