Skip to content

Commit 00342c4

Browse files
authored
Fix: Remove vim instruction (#880)
1 parent a7b8117 commit 00342c4

17 files changed

+5
-29
lines changed

build-setup.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,3 @@
173173
</div>
174174
<?php
175175
site_footer(['sidebar' => $SIDEBAR_DATA]);
176-
177-
/* vim: set et ts=4 sw=4 ft=php: : */

downloads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // vim: et
1+
<?php
22
$_SERVER['BASE_PAGE'] = 'downloads.php';
33
include_once __DIR__ . '/include/prepend.inc';
44
include_once __DIR__ . '/include/gpg-keys.inc';

error.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,3 @@
713713
'/search.php?show=' . $fallback . '&lang=' . urlencode($LANG) .
714714
'&pattern=' . substr($_SERVER['REQUEST_URI'], 1),
715715
);
716-
/*
717-
* vim: set et ts=4 sw=4 ft=php: :
718-
*/

get-involved.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,3 @@
8181
';
8282

8383
site_footer(['sidebar' => $SIDEBAR_DATA]);
84-
85-
/* vim: set et ts=4 sw=4 ft=php: : */

gpg-keys.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // vim: et
1+
<?php
22
$_SERVER['BASE_PAGE'] = 'gpg-keys.php';
33
include_once __DIR__ . '/include/prepend.inc';
44
include_once __DIR__ . '/include/gpg-keys.inc';

include/ip-to-country.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,3 @@ function i2c_realip()
219219
// Return with the found IP or the remote address
220220
return $ip ?: $_SERVER['REMOTE_ADDR'];
221221
}
222-
223-
/* vim: set et ts=4 sw=4 ft=php: : */

include/langchooser.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,3 @@ function language_accept_order($a, $b)
201201
if ($a[1] == $b[1]) { return 0; }
202202
return ($a[1] > $b[1]) ? -1 : 1;
203203
}
204-
205-
/* vim: set noet ts=4 sw=4 ft=php: : */

include/layout.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,5 +609,3 @@ function doc_toc_title($lang, $index, $file, $elm = "dt"): void {
609609
}
610610
echo "<$elm><a href='/manual/$lang/$link'>$title</a></$elm>\n";
611611
}
612-
613-
/* vim: set et ts=4 sw=4 ft=php: : */

include/shared-manual.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,5 +412,3 @@ function relTime(DateTime $date) {
412412
}
413413
return $out;
414414
}
415-
416-
/* vim: set et ts=4 sw=4: */

include/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // vim: et
1+
<?php
22
/* The format is:
33
* array(
44
* "major release number" => array(

0 commit comments

Comments
 (0)