Explorar el Código

add anchor links to every included textfile

master
Dom SP hace 3 años
padre
commit
774d912444
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      app/modules/filesinfolders.php

+ 2
- 1
app/modules/filesinfolders.php Ver fichero

@@ -135,9 +135,10 @@ class FilesInFolders {
$str = $md->text($str);
//$str = sprintf("%s", $str);
$this->content[$domain][$key."30text"] = sprintf(
"<div class=\"item %s %s\">%s</div>",
"<div class=\"item %s %s\"><a name=\"%s\"></a>%s</div>",
$page,
$key,
$key,
$str
);
}

Cargando…
Cancelar
Guardar