View Single Post
Old 04-13-2020, 05:05 PM   #9
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by Tired View Post
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
pazos is offline   Reply With Quote