diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-05-25 09:34:20 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-05-25 09:34:20 +0000 |
commit | fee6e153b1b76160fb309ffbaa3d68ed52222a97 (patch) | |
tree | 7b63093ca1d25cb54a9de8c2870e7f08d21997df /es | |
parent | e579caf01873d4104d25f9359f36cd777fe06dc7 (diff) | |
download | www-fee6e153b1b76160fb309ffbaa3d68ed52222a97.tar www-fee6e153b1b76160fb309ffbaa3d68ed52222a97.tar.gz www-fee6e153b1b76160fb309ffbaa3d68ed52222a97.tar.bz2 www-fee6e153b1b76160fb309ffbaa3d68ed52222a97.tar.xz www-fee6e153b1b76160fb309ffbaa3d68ed52222a97.zip |
remove xml header tag
Diffstat (limited to 'es')
-rw-r--r-- | es/about/values/index.php | 3 | ||||
-rw-r--r-- | es/donate/index.php | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/es/about/values/index.php b/es/about/values/index.php index f9c1c5535..4025a3394 100644 --- a/es/about/values/index.php +++ b/es/about/values/index.php @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html> <html dir="ltr" lang="es"> <head> @@ -69,4 +68,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/es/donate/index.php b/es/donate/index.php index b3a890894..fe9d49f9c 100644 --- a/es/donate/index.php +++ b/es/donate/index.php @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html> <html dir="ltr" lang="es"> <head> @@ -84,4 +83,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> |