From 4a530d1d97b064b87d9e2a1cc64cab996246569c Mon Sep 17 00:00:00 2001
From: troosan
';
return $result;
}
@@ -127,6 +122,12 @@ function getEndingNotes($writers)
}
}
$result .= '';
- if (file_exists($filename . '.php')) {
- $result .= highlight_file($filename . '.php', true);
- }
- $result .= '
';
+ if (file_exists($filename . '.php')) {
+ $result .= highlight_file($filename . '.php', true);
+ }
+ $result .= '';
}
}