Skip to content

Commit aff67c8

Browse files
committed
some changes have been made
1 parent 6be33c4 commit aff67c8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

modules/template.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ class cpa__page__template
2929
public static function cpa__get__template($title, $in, $form = false)
3030
{
3131
echo '<!DOCTYPE html>
32-
<head>
33-
</head>
34-
<div class="main__area">' .
32+
<html><div class="main__area">' .
3533
htmlspecialchars_decode('<h2>') . esc_html__($title, 'custom-profile-avatar') . htmlspecialchars_decode('</h2>') .
3634
(($form) ? '<form method="POST" action="" >' : "") .
3735
'<div class="inner__area">' .

0 commit comments

Comments
 (0)