Skip to content

Commit

Permalink
Fixed within-page references.
Browse files Browse the repository at this point in the history
Link to #propaz works, and links to each property work.
Note that each per-property section may mention others and those
links sometimes fail. Markdown is pre-processed though.

For v3.0 release.
See #911.
  • Loading branch information
danbri committed May 4, 2016
1 parent 28b2310 commit 279cc71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/fullReleasePage.tpl
Expand Up @@ -94,11 +94,11 @@ that are useful for publishers and consumers of schema.org data.
<h2>Properties</h2>


<p id="#propaz">
<p id="propaz">
<b>A-Z:</b>
<small>
{% for term in az_props %}
<a href="term_{{term}}">{{term}}</a>
<a href="#term_{{term}}">{{term}}</a>
{% endfor %}
</small>
</p>
Expand Down

0 comments on commit 279cc71

Please sign in to comment.