From 913bca163e3c00c2f956b7882945b73a5d47ce71 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 10 Jul 2011 20:13:24 -0700 Subject: Revert permissions, fix whitespace, fix other signup link This reverts commit b40e09347acc09d935ad9dc6d4b3ffb3f051c70c. --- resources/g11n/empty | 0 resources/tmp/logs/empty | 0 resources/tmp/tests/empty | 0 views/pages/home.html.php | 2 +- views/signup/index.html.php | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 resources/g11n/empty mode change 100755 => 100644 resources/tmp/logs/empty mode change 100755 => 100644 resources/tmp/tests/empty diff --git a/resources/g11n/empty b/resources/g11n/empty old mode 100755 new mode 100644 diff --git a/resources/tmp/logs/empty b/resources/tmp/logs/empty old mode 100755 new mode 100644 diff --git a/resources/tmp/tests/empty b/resources/tmp/tests/empty old mode 100755 new mode 100644 diff --git a/views/pages/home.html.php b/views/pages/home.html.php index b682a27..53cc58d 100644 --- a/views/pages/home.html.php +++ b/views/pages/home.html.php @@ -3,7 +3,7 @@ $this->styles($this->html->style("/css/home.css")); ?>

The Otaku Social Network

-Sign up! +Sign up!
diff --git a/views/signup/index.html.php b/views/signup/index.html.php index f7929f8..0799ef5 100644 --- a/views/signup/index.html.php +++ b/views/signup/index.html.php @@ -6,7 +6,7 @@ if (isset($key)) echo "Confirmation Link: "; echo $this->html->link("Link", array('controller' => 'signup', 'action' => 'confirm', - 'args' => $key->key)); + 'args' => $key->key)); } else { -- cgit v1.2.3