We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fd698 commit e7b90bcCopy full SHA for e7b90bc
1 file changed
src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/layout.xsl
@@ -563,7 +563,7 @@ LIMIT 100
563
564
<input type="text" id="uri" name="uri" class="input-xxlarge typeahead">
565
<xsl:if test="not(starts-with(ac:absolute-path(ldh:base-uri(.)), $ldt:base))">
566
- <xsl:attribute name="value" select="."/>
+ <xsl:attribute name="value" select="ac:absolute-path(ldh:base-uri(.))"/>
567
</xsl:if>
568
</input>
569
<!-- placeholder used by the client-side typeahead -->
0 commit comments