Quote:
Originally Posted by Tired
Thankyou pazos
I've changed it - didn't work 
|
Indeed, my fault. The file isn't intended to be updated manually, so to make sure I don't make syntax errors again I will move these key/value pairs to the beginning of the file. Now with healthy syntax
Code:
-- we can read Lua syntax here!
return {
["copt_h_page_margins"] = {
[1] = 50,
[2] = 50
},
["copt_b_page_margin"] = 50,
["copt_t_page_margin"] = 50,
Please make sure these lines are not duplicated and try again. It should work