diff --git a/index.php b/index.php
index 4b65984..ed9b68e 100755
--- a/index.php
+++ b/index.php
@@ -700,12 +700,13 @@ $menu_lateral = "
?>
-
+
-
-
-
+
+
+
+
@@ -725,7 +726,7 @@ function addLink() {
var body_element = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
- var pagelink = " /*
Gracias por compartir, por favor citanos así:
"+document.location.href+"
https://tupale.co */";
+ var pagelink = " /*
Gracias por compartir, por favor cítanos así:
"+document.location.href+"
https://tupale.co */";
var copytext = selection + pagelink;
var newdiv = document.createElement('div');
newdiv.style.position='absolute';