added id of 'top' to the top h2 tag so I could link to the anchor
git-svn-id: http://svn.automattic.com/wordpress/trunk@379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7bc2698b04
commit
cdfed5c246
|
@ -23,4 +23,4 @@ foreach ($menu as $item) {
|
|||
</ul>
|
||||
<br clear="all" />
|
||||
|
||||
<h2><?php echo $title; ?></h2>
|
||||
<h2 id="top"><?php echo $title; ?></h2>
|
Loading…
Reference in New Issue