Skip to content

Commit

Permalink
fixing a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault committed Mar 5, 2010
1 parent e19295d commit 2061767
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SimpleBlog/Views/Admin/Account/Login.aspx.cs
Expand Up @@ -9,5 +9,10 @@ namespace SimpleBlog.Views.Account
public partial class Login : ViewPage
{
// adding a comment. because I can.

public void Test()
{
// another comment in this method./class
}
}
}

0 comments on commit 2061767

Please sign in to comment.