Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML Parsing Error: mismatched tag. Expected: </div> #18

Open
rossbcan opened this issue Dec 8, 2020 · 0 comments
Open

XML Parsing Error: mismatched tag. Expected: </div> #18

rossbcan opened this issue Dec 8, 2020 · 0 comments

Comments

@rossbcan
Copy link

rossbcan commented Dec 8, 2020

Hi;

OpenWrt SNAPSHOT, r13710-7cb721c

Getting Luci error:

XML Parsing Error: mismatched tag. Expected: </div>.
Location: https://192.168.10.1/cgi-bin/luci/admin/nas/rclone
Line Number 136, Column 186:
				Recommand: run <span style="background: lightgray;border-radius: 4px;padding-left: 4px;padding-right: 4px;">rclone config --config rclone.conf</span> to setup configuration on pc,</br>than updaload configuration to here.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^

due to html format error in "/usr/lib/lua/luci/model/cbi/rclone.lua", line 119

temp fix: comment offending code @line 119

--o.description = translate("Recommand: run ") ..
--    "<span style=\"background: lightgray;border-radius: 4px;padding-left: 4px;padding-right: 4px;\">rclone config --config rclone.conf</span>" ..
--    translate(" to setup configuration on pc,") .. "</br>" .. translate("than updaload configuration to here.")

Not sure how U want to fix formatting

Regards;
Bill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant