summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarExperiencia/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarExperiencia/index.php')
-rw-r--r--bin/wiki/ImportarExperiencia/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wiki/ImportarExperiencia/index.php b/bin/wiki/ImportarExperiencia/index.php
index 2b77b43e..d6270b69 100644
--- a/bin/wiki/ImportarExperiencia/index.php
+++ b/bin/wiki/ImportarExperiencia/index.php
@@ -273,7 +273,7 @@ function accessProtected($obj, $prop) {
while (($line = fgetcsv($file)) !== FALSE) {
if ($line[2] === 'si') { // diferencia si esta importado
- $url = urlencode($line[1]);
+ $url = $line[1];
$collect[] = "<tr><th scope='row'>$line[0]</th><td>$line[1]</td><td><a target='_blank' href='/Experiencia:$url'>/Experiencia:$line[1]</a></td></tr>";
} else {
if ($line[2] === 'no') { // diferencia si ya se marco como omitido o aun esta en duda