diff options
author | ctrlaltca <> | 2012-07-12 12:16:21 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-07-12 12:16:21 +0000 |
commit | 40ad9f8c7964355f56f73fa0c4c5db40750bc023 (patch) | |
tree | a4c472da264f6ce05025abcda38aa504a0f4fc83 /demos/blog/protected/Pages/Posts | |
parent | 712729aa2f9b5e491e78f29b8f779f8b40a67ba4 (diff) |
more removal of ?> from php files
Diffstat (limited to 'demos/blog/protected/Pages/Posts')
-rw-r--r-- | demos/blog/protected/Pages/Posts/EditCategory.php | 1 | ||||
-rw-r--r-- | demos/blog/protected/Pages/Posts/EditPost.php | 1 | ||||
-rw-r--r-- | demos/blog/protected/Pages/Posts/ListPost.php | 1 | ||||
-rw-r--r-- | demos/blog/protected/Pages/Posts/MyPost.php | 1 | ||||
-rw-r--r-- | demos/blog/protected/Pages/Posts/NewCategory.php | 1 | ||||
-rw-r--r-- | demos/blog/protected/Pages/Posts/NewPost.php | 1 | ||||
-rw-r--r-- | demos/blog/protected/Pages/Posts/ViewPost.php | 1 |
7 files changed, 0 insertions, 7 deletions
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 |