diff --git a/system/admin/views/edit-profile.html.php b/system/admin/views/edit-profile.html.php index 8bda830..1736c62 100644 --- a/system/admin/views/edit-profile.html.php +++ b/system/admin/views/edit-profile.html.php @@ -12,8 +12,8 @@ $oldcontent = remove_html_comments($content); } else { - $oldtitle = $user; - $oldcontent = 'Just another HTMLy user.'; + $oldtitle = $user; + $oldcontent = 'Just another HTMLy user.'; } ?> @@ -28,7 +28,6 @@