Skip to content

Commit

Permalink
OAI XSL: request verb moved to table above
Browse files Browse the repository at this point in the history
  • Loading branch information
helix84 committed Jun 7, 2012
1 parent d673a08 commit b5dabe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace-oai/dspace-oai-webapp/src/main/webapp/oai2.xsl
Expand Up @@ -290,7 +290,7 @@ document.getElementById('form1').onsubmit = function(){
</xsl:if>
</xsl:when>
<xsl:otherwise>
<p>Request was of type <xsl:value-of select="oai:request/@verb"/>.</p>
<p></p>
<div class="results">
<xsl:apply-templates select="oai:Identify" />
<xsl:apply-templates select="oai:GetRecord"/>
Expand Down

0 comments on commit b5dabe9

Please sign in to comment.