BugFix for Foundry and the search page in the content centre

git-svn-id: https://svn.libreccm.org/ccm/trunk@3075 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-01-15 11:26:57 +00:00
parent 9c4aba1434
commit b925f1e3a9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
'width: ', foundry:get-setting('search', 'graphic-score-width', '50'), 'px; ')"/>
<div class="imgFull">
<xsl:attribute name="style"
select="concat('font-size: 0px; overflow: hidden; width: ', ./@score, '; height: ', foundry:get-setting('search', 'graphic-score-height', '10'), 'px; ')"/>
select="concat('font-size: 0px; overflow: hidden; width: ', ./@score, 'px; height: ', foundry:get-setting('search', 'graphic-score-height', '10'), 'px; ')"/>
<img>
<xsl:attribute name="src"
select="foundry:gen-path('images/search/score-full.gif', 'internal')"/>