Skip to content
Permalink
Browse files
FIX: subjects not clickable in subject editor in IE7-9
  • Loading branch information
Jiadi Yao committed Feb 6, 2015
1 parent 6a2fc69 commit b46c7ae89a376f6d8d4ee0fe313eedb792e1e004
Showing with 2 additions and 2 deletions.
  1. +1 −1 lib/citations/subject/edit.xml
  2. +1 −1 lib/citations/subject/screen.xml
@@ -7,7 +7,7 @@
<cite:citation xmlns="http://www.w3.org/1999/xhtml" xmlns:cite="http://eprints.org/ep3/citation" xmlns:epc="http://eprints.org/ep3/control">

<cite:linkhere><epc:choose>
<epc:when test="is_set(name_name)"><epc:print expr="name"/></epc:when>
<epc:when test="is_set(name_name)"><epc:print expr="name_name"/></epc:when>
<epc:otherwise>Untitled subject #<epc:print expr="subjectid"/></epc:otherwise>
</epc:choose></cite:linkhere>

@@ -7,7 +7,7 @@
<cite:citation xmlns="http://www.w3.org/1999/xhtml" xmlns:cite="http://eprints.org/ep3/citation" xmlns:epc="http://eprints.org/ep3/control">

<cite:linkhere><epc:choose>
<epc:when test="name_name"><epc:print expr="name"/></epc:when>
<epc:when test="name_name"><epc:print expr="name_name"/></epc:when>
<epc:otherwise>Untitled subject #<epc:print expr="subjectid"/></epc:otherwise>
</epc:choose></cite:linkhere>

0 comments on commit b46c7ae

Please sign in to comment.