sync anchor links and item category names

svn path=/trunk/; revision=34931
This commit is contained in:
Max Mehl 2017-01-15 17:31:45 +00:00
parent 1590dc9c08
commit 34a185c6c9
1 changed files with 8 additions and 8 deletions

View File

@ -22,11 +22,11 @@
<div id="toc">
<p style="text-indent:1em;">Available merchandise:</p>
<ul style="margin-bottom: 1em;">
<li><a href="#tshirts">T-shirts</a></li>
<li><a href="#women">Women's T-shirts</a></li>
<li><a href="#tshirt">T-shirts</a></li>
<li><a href="#girlie">Women's T-shirts</a></li>
<li><a href="#hooded">Hooded Shirts</a></li>
<li><a href="#baby">Baby Clothes</a></li>
<li><a href="#other-items">Other Items</a></li>
<li><a href="#baby-clothes">Baby Clothes</a></li>
<li><a href="#other">Other Items</a></li>
</ul>
</div>
@ -40,11 +40,11 @@
<form action="/cgi-bin/weborder.pl" method="post" class="item-grid">
<h2 id="tshirts">T-Shirts</h2>
<h2 id="tshirt">T-Shirts</h2>
<dynamic-content type="tshirt"/>
<h2 id="women">Women's T-Shirts</h2>
<h2 id="girlie">Women's T-Shirts</h2>
<dynamic-content type="girlie"/>
@ -52,11 +52,11 @@
<dynamic-content type="hooded"/>
<h2 id="baby">Baby Clothes</h2>
<h2 id="baby-clothes">Baby Clothes</h2>
<dynamic-content type="baby-clothes"/>
<h2 id="other-items">Other Items</h2>
<h2 id="other">Other Items</h2>
<dynamic-content type="other"/>