diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-30 08:09:41 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-30 08:09:41 -0700 |
commit | 9b040151e6ecc13a02c46384834cb238b7efbd37 (patch) | |
tree | 441da13bad42003efe6d3cbbec957a806e25a54f /views | |
parent | 1069afaaa149f88a2cf9d5165203216a94507d95 (diff) |
check for empty "me" parameter
Diffstat (limited to 'views')
-rw-r--r-- | views/auth_error.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/auth_error.php b/views/auth_error.php index 58728b5..b1db246 100644 --- a/views/auth_error.php +++ b/views/auth_error.php @@ -5,4 +5,4 @@ <p><?= $this->errorDescription ?></p> -<?div>
\ No newline at end of file +</div>
\ No newline at end of file |