From 71e430050c5e12dc7c2fde527f7596ee9c5e490b Mon Sep 17 00:00:00 2001 From: Sumeko Date: Sun, 12 Oct 2014 03:28:32 +0700 Subject: [PATCH 1/2] change short open tag to regular --- follow.php | 2 +- header.php | 2 +- home.php | 10 +++++----- index.php | 2 +- login.php | 2 +- logout.php | 2 +- navbar.php | 4 ++-- post.php | 2 +- profile.php | 4 ++-- register.php | 6 +++--- retwis.php | 5 +++-- timeline.php | 6 +++--- 12 files changed, 24 insertions(+), 23 deletions(-) diff --git a/follow.php b/follow.php index 319dd05..e2bf692 100644 --- a/follow.php +++ b/follow.php @@ -1,4 +1,4 @@ - diff --git a/home.php b/home.php index 261a7a1..b6c5d1d 100644 --- a/home.php +++ b/home.php @@ -1,4 +1,4 @@ -
-, what you are doing? +, what you are doing?
@@ -17,11 +17,11 @@
-zcard("followers:".$User['id'])?> followers
-zcard("following:".$User['id'])?> following
+zcard("followers:".$User['id'])?> followers
+zcard("following:".$User['id'])?> following
- home | timeline - + | logout - + diff --git a/post.php b/post.php index 5ea70ea..1afcc96 100644 --- a/post.php +++ b/post.php @@ -1,4 +1,4 @@ - -

Welcome aboard!

-Hey , now you have an account, a good start is to write your first message!. -, now you have an account, a good start is to write your first message!. + diff --git a/retwis.php b/retwis.php index 86e3687..8ddfdf1 100644 --- a/retwis.php +++ b/retwis.php @@ -1,4 +1,4 @@ -connect('127.0.0.1'); return $r; } diff --git a/timeline.php b/timeline.php index 7ea9f8c..1b9008f 100644 --- a/timeline.php +++ b/timeline.php @@ -1,14 +1,14 @@ -

Timeline

Latest registered users (an example of sorted sets)
- Latest 50 messages from users aroud the world!
- From 1df4b99d1b89b657a8722149fe8bb2cb0c303729 Mon Sep 17 00:00:00 2001 From: Sumeko Date: Sun, 12 Oct 2014 03:48:19 +0700 Subject: [PATCH 2/2] add space after and before tag --- header.php | 2 +- home.php | 6 +++--- navbar.php | 4 ++-- register.php | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/header.php b/header.php index faf05dc..e058728 100644 --- a/header.php +++ b/header.php @@ -9,5 +9,5 @@
diff --git a/home.php b/home.php index b6c5d1d..72355e3 100644 --- a/home.php +++ b/home.php @@ -9,7 +9,7 @@ ?>
-, what you are doing? +, what you are doing?
@@ -17,8 +17,8 @@
-zcard("followers:".$User['id'])?> followers
-zcard("following:".$User['id'])?> following
+zcard("followers:".$User['id']) ?> followers
+zcard("following:".$User['id']) ?> following
home | timeline - + | logout - +
diff --git a/register.php b/register.php index 954f12b..6f56960 100644 --- a/register.php +++ b/register.php @@ -32,7 +32,7 @@ include("header.php"); ?>

Welcome aboard!

-Hey , now you have an account, a good start is to write your first message!. +Hey , now you have an account, a good start is to write your first message!.