]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/news.xsl
- more uniform layout
[helm.git] / helm / mowgli / home / xsl / news.xsl
index 6e7146cb1e3a5f6dc83048360b6977fe1a6439e4..5c0d0d7e7e1097339d39603ff02c875c42e5d638 100644 (file)
@@ -46,9 +46,9 @@
     <em>
      <a href="people/{who/@file}.html">
       <div class="small">
-       <xsl:value-of select="$who/name"/>
-       <xsl:text> </xsl:text>
-       <xsl:value-of select="$who/surname"/>
+       <xsl:call-template name="person-name">
+        <xsl:with-param name="file" select="who/@file"/>
+       </xsl:call-template>
       </div>
      </a>
     </em>