Merge pull request #831 from josh/strip_bom_from_luapage
Strip UTF8 BOM from Luapage mode
This commit is contained in:
commit
b6abd41a17
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
define(function(require, exports, module) {
|
||||
define(function(require, exports, module) {
|
||||
"use strict";
|
||||
|
||||
var oop = require("../lib/oop");
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// LuaPage implements the LuaPage markup as described by the Kepler Project's CGILua
|
||||
// LuaPage implements the LuaPage markup as described by the Kepler Project's CGILua
|
||||
// documentation: http://keplerproject.github.com/cgilua/manual.html#templates
|
||||
define(function(require, exports, module) {
|
||||
"use strict";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue