From 40ad9f8c7964355f56f73fa0c4c5db40750bc023 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 12:16:21 +0000 Subject: more removal of ?> from php files --- demos/blog/protected/Pages/Posts/EditCategory.php | 1 - demos/blog/protected/Pages/Posts/EditPost.php | 1 - demos/blog/protected/Pages/Posts/ListPost.php | 1 - demos/blog/protected/Pages/Posts/MyPost.php | 1 - demos/blog/protected/Pages/Posts/NewCategory.php | 1 - demos/blog/protected/Pages/Posts/NewPost.php | 1 - demos/blog/protected/Pages/Posts/ViewPost.php | 1 - 7 files changed, 7 deletions(-) (limited to 'demos/blog/protected/Pages/Posts') diff --git a/demos/blog/protected/Pages/Posts/EditCategory.php b/demos/blog/protected/Pages/Posts/EditCategory.php index d60418be..5588a24b 100644 --- a/demos/blog/protected/Pages/Posts/EditCategory.php +++ b/demos/blog/protected/Pages/Posts/EditCategory.php @@ -58,4 +58,3 @@ class EditCategory extends BlogPage } } -?> \ No newline at end of file diff --git a/demos/blog/protected/Pages/Posts/EditPost.php b/demos/blog/protected/Pages/Posts/EditPost.php index 3ba6f069..de97dcc8 100644 --- a/demos/blog/protected/Pages/Posts/EditPost.php +++ b/demos/blog/protected/Pages/Posts/EditPost.php @@ -75,4 +75,3 @@ class EditPost extends BlogPage } } -?> \ No newline at end of file diff --git a/demos/blog/protected/Pages/Posts/ListPost.php b/demos/blog/protected/Pages/Posts/ListPost.php index 7ff9dac9..b093bda8 100644 --- a/demos/blog/protected/Pages/Posts/ListPost.php +++ b/demos/blog/protected/Pages/Posts/ListPost.php @@ -139,4 +139,3 @@ class ListPost extends BlogPage } } -?> \ No newline at end of file diff --git a/demos/blog/protected/Pages/Posts/MyPost.php b/demos/blog/protected/Pages/Posts/MyPost.php index 7d0be020..840638f8 100644 --- a/demos/blog/protected/Pages/Posts/MyPost.php +++ b/demos/blog/protected/Pages/Posts/MyPost.php @@ -48,4 +48,3 @@ class MyPost extends BlogPage } } -?> \ No newline at end of file diff --git a/demos/blog/protected/Pages/Posts/NewCategory.php b/demos/blog/protected/Pages/Posts/NewCategory.php index b5bf26e9..67ace25e 100644 --- a/demos/blog/protected/Pages/Posts/NewCategory.php +++ b/demos/blog/protected/Pages/Posts/NewCategory.php @@ -38,4 +38,3 @@ class NewCategory extends BlogPage } } -?> \ No newline at end of file diff --git a/demos/blog/protected/Pages/Posts/NewPost.php b/demos/blog/protected/Pages/Posts/NewPost.php index 45b1a794..96714297 100644 --- a/demos/blog/protected/Pages/Posts/NewPost.php +++ b/demos/blog/protected/Pages/Posts/NewPost.php @@ -54,4 +54,3 @@ class NewPost extends BlogPage } } -?> \ No newline at end of file diff --git a/demos/blog/protected/Pages/Posts/ViewPost.php b/demos/blog/protected/Pages/Posts/ViewPost.php index 5831ba93..d8642381 100644 --- a/demos/blog/protected/Pages/Posts/ViewPost.php +++ b/demos/blog/protected/Pages/Posts/ViewPost.php @@ -87,4 +87,3 @@ class ViewPost extends BlogPage } } -?> \ No newline at end of file -- cgit v1.2.3