Skip to content

Commit e7b90bc

Browse files
committed
Fix search bar URI value
1 parent a8fd698 commit e7b90bc

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2

1 file changed

+1
-1
lines changed

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/layout.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ LIMIT 100
563563

564564
<input type="text" id="uri" name="uri" class="input-xxlarge typeahead">
565565
<xsl:if test="not(starts-with(ac:absolute-path(ldh:base-uri(.)), $ldt:base))">
566-
<xsl:attribute name="value" select="."/>
566+
<xsl:attribute name="value" select="ac:absolute-path(ldh:base-uri(.))"/>
567567
</xsl:if>
568568
</input>
569569
<!-- placeholder used by the client-side typeahead -->

0 commit comments

Comments
 (0)