Bug 10351 - Typo: Missing parenthesis in download options in staff detail pages
Summary: Typo: Missing parenthesis in download options in staff detail pages
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Owen Leonard
QA Contact:
URL:
Keywords:
Depends on: 9665
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-27 12:54 UTC by Katrin Fischer
Modified: 2014-05-26 21:04 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.