Replaced all instances of <<<END (which breaks vim syntax highlighting), with a type...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 7 Dec 2009 08:51:52 +0000 (08:51 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 7 Dec 2009 08:51:52 +0000 (08:51 +0000)
commitc5fc589257af0234e49f38a04853311ea4ee7999
tree5707c3de66ba7e8be0d842c14cfae57945bb3bfa
parent246b0b7d2c46e31046a2c3f038eb89eabf7840b9
Replaced all instances of <<<END (which breaks vim syntax highlighting), with a type-specific end token. For HTML and SQL, this causes vim to highlight the embedded text with the HTML or SQL file type plugins respectively, which is very neat.
15 files changed:
includes/EditPage.php
includes/Skin.php
includes/db/DatabaseIbm_db2.php
includes/db/DatabasePostgres.php
includes/specials/SpecialLockdb.php
includes/specials/SpecialUnlockdb.php
maintenance/importImages.php
maintenance/importUseModWiki.php
maintenance/language/checkDupeMessages.php
maintenance/language/checkExtensions.php
maintenance/language/rebuildLanguage.php
maintenance/language/transstat.php
skins/Simple.php
skins/common/edit.js
tests/SearchEngineTest.php