~karl-schock/ubuntu-desktop-course/ubuntu-desktop-course-german

« back to all changes in this revision

Viewing changes to lib/html.xsl

Fixes and new stylesheet for instructor notes and answers, updated makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   <xsl:template name="user.header.content">
8
8
     <a href="/">Back to main page</a>
9
9
   </xsl:template>
10
 
    <xsl:template match="instructornote">
11
 
        <xsl:value-of select="."/>
12
 
   </xsl:template>
13
10
</xsl:stylesheet>