| Summary: | Batch Mod Edit <label> HTML validation fails | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Mark Tompsett <mtompset> | 
| Component: | Tools | Assignee: | Mark Tompsett <mtompset> | 
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> | 
| Severity: | minor | ||
| Priority: | P5 - low | CC: | fridolin.somers | 
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18710 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: | 
              Bug 18730: Batch Mod Edit <label> HTML validation fails
               [SIGNED-OFF] Bug 18730: Batch Mod Edit <label> HTML validation fails Bug 18730: Batch Mod Edit <label> HTML validation fails  | 
      ||
| 
 
        
          Description
        
        
          Mark Tompsett
        
        
        
        
          2017-06-05 16:30:21 UTC
        
       
    Created attachment 63970 [details] [review] Bug 18730: Batch Mod Edit <label> HTML validation fails [tag] [reply] [−] Description M. Tompsett 2017-06-05 16:30:21 UTC Know the barcode of an existing item. Home -> Tools -> Batch Item Modification Enter the barcode Click View Page source select and copy it into validator.w3.org direct input. There will be complaints about <labels>. Apply this patch refresh the page. select and copy it into validator.w3.org direct input. There will be no complaints about <labels>. This is intended to be a highly focused HTML bug, as the missing form tag which will fix the <div> issues at the bottom is corrected on bug 18710. Created attachment 64017 [details] [review] [SIGNED-OFF] Bug 18730: Batch Mod Edit <label> HTML validation fails [tag] [reply] [−] Description M. Tompsett 2017-06-05 16:30:21 UTC Know the barcode of an existing item. Home -> Tools -> Batch Item Modification Enter the barcode Click View Page source select and copy it into validator.w3.org direct input. There will be complaints about <labels>. Apply this patch refresh the page. select and copy it into validator.w3.org direct input. There will be no complaints about <labels>. This is intended to be a highly focused HTML bug, as the missing form tag which will fix the <div> issues at the bottom is corrected on bug 18710. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Created attachment 64138 [details] [review] Bug 18730: Batch Mod Edit <label> HTML validation fails [tag] [reply] [−] Description M. Tompsett 2017-06-05 16:30:21 UTC Know the barcode of an existing item. Home -> Tools -> Batch Item Modification Enter the barcode Click View Page source select and copy it into validator.w3.org direct input. There will be complaints about <labels>. Apply this patch refresh the page. select and copy it into validator.w3.org direct input. There will be no complaints about <labels>. This is intended to be a highly focused HTML bug, as the missing form tag which will fix the <div> issues at the bottom is corrected on bug 18710. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 17.11, thanks to everybody involved! Pushed to 17.05.x, will be in 17.05.01 This patch has been pushed to 16.11.x and will be in 16.11.09.  |