Skip to content

Commit

Permalink
#105 "Change 'Allowed to view for anonymous' to 'Anonymous viewable'"…
Browse files Browse the repository at this point in the history
… and #106 "Change 'Allowed to post for anonymous' to 'Anonymous postable'" are closed
  • Loading branch information
ignatov committed Aug 2, 2011
1 parent cebc9ad commit 2b231a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/scala/tools/colladoc/model/mapper/User.scala
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ object User extends User with KeyedMetaMapper[Long, User] {
<table>
<tr>
<th>Name</th>
<th>Allowed to view for anonymous</th>
<th>Allowed to post for anonymous</th>
<th>Anonymous viewable</th>
<th>Anonymous postable</th>
<th>Valid</th>
</tr>
{ Category.all map categoryToHtml _ }
Expand Down

0 comments on commit 2b231a0

Please sign in to comment.