Skip to content

Commit

Permalink
filter links at History fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 15, 2011
1 parent 4cd114d commit 78547b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/scala/tools/colladoc/page/History.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class History(rootPack: Package) extends Template(rootPack) {
<div id='textfilter'><span class='pre'/><span class='input'><input type='text' accesskey='/'/></span><span class='post'/></div>
{ <div id="order">
<span class="filtertype">Ordering</span>
<ol><li class="date in">Date</li><li class="alpha out">Alphabetic</li></ol>
<ol><li class="date in"><span>Date</span></li><li class="alpha out"><span>Alphabetic</span></li></ol>
</div>
}
{ <div id="date">
Expand Down

0 comments on commit 78547b8

Please sign in to comment.