Dans le template <xsl:template name="results-sort">, nous avons
<xsl:when test="/search/sort-by-score"> <span class="current"><i18n:text i18n:catalogue="plugin.odf-web" i18n:key="PLUGINS_ODFWEB_SERVICE_SEARCH_SORT_BY_SCORE"/></span> </xsl:when>
nous devrions avoir aussi
<xsl:when test="/search/sort-by-title-for-sorting"> <span class="current"><i18n:text i18n:catalogue="plugin.odf-web" i18n:key="PLUGINS_ODFWEB_SERVICE_SEARCH_SORT_BY_TITLE"/></span> </xsl:when>