Bug 10351

Summary: Typo: Missing parenthesis in download options in staff detail pages
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact:
Severity: trivial    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 9665    
Bug Blocks:    

Description Katrin Fischer 2013-05-27 12:54:34 UTC
We miss the closing parenthesis for one of the download options (Save to) on the staff detail pages:

'MARC (Unicode/UTF-8' should be 'MARC (Unicode/UTF-8)'

<li><a href="/cgi-bin/koha/catalogue/export.pl?format=utf8&amp;op=export&amp;bib=1">MARC (Unicode/UTF-8</a></li>
Comment 1 Owen Leonard 2013-05-31 15:30:21 UTC
A fix for this is in the patch for Bug 9665.