Skip to content

Commit

Permalink
Fixed an old typo causing append page not to display the post icon
Browse files Browse the repository at this point in the history
(id was "post" instead of "nnf_post")
  • Loading branch information
John Åkerhielm committed Feb 4, 2012
1 parent 46b3c00 commit a264812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/greyscale/append.html
Expand Up @@ -37,7 +37,7 @@ <h1><a href="/">
</ol></nav>
</header>
<!-- =================================================================================================================== -->
<section id="post">
<section id="nnf_post">
<h1 id="nnf_post-title">Thread Title</h1>

<article id="nnf_post" class="op">
Expand Down Expand Up @@ -142,4 +142,4 @@ <h1>Append</h1>
for (i=0; i<labels.length; i++) if (labels[i].getAttribute ("for")) labels[i].onclick = function (){}
}
--></script>
</body></html>
</body></html>

0 comments on commit a264812

Please sign in to comment.