1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix: Remove vim instruction (#880)

This commit is contained in:
Andreas Möller
2023-12-07 15:01:52 +01:00
committed by GitHub
parent a7b811714f
commit 00342c402f
17 changed files with 5 additions and 29 deletions

View File

@@ -609,5 +609,3 @@ function doc_toc_title($lang, $index, $file, $elm = "dt"): void {
}
echo "<$elm><a href='/manual/$lang/$link'>$title</a></$elm>\n";
}
/* vim: set et ts=4 sw=4 ft=php: : */