* Noticed something that was technically correct but confusing: when viewing a wiki...
authorArt Cancro <ajc@citadel.org>
Fri, 30 Oct 2009 19:45:08 +0000 (19:45 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 30 Oct 2009 19:45:08 +0000 (19:45 +0000)
commit6f2aa1bead43018f84ed500033033fa3276779e3
tree752a696df61e7aa44e4e85499897457f197d9f01
parentb5e7223d1a0293760ad61098a387b1dc764643db
* Noticed something that was technically correct but confusing: when viewing a wiki history, each line displayed the date and author of the diff, which is NOT the same thing as the date and author of the page you would get if you reverted to that version.  Configured some off-by-one logic in the display code to compensate for this.  As an added bonus, the last line, which simply displayed an empty message, has been replaced by a new first line, which displays the date and author of the current version.
webcit/wiki.c