From 958ef84eeb24aa77ac535cf70aa3d3f30cb2a59d Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 20 九月 2024 14:23:23 +0800 Subject: [PATCH] update --- jrj/project/vindexform.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jrj/project/vindexform.cpp b/jrj/project/vindexform.cpp index b8bf763..0d9f49d 100644 --- a/jrj/project/vindexform.cpp +++ b/jrj/project/vindexform.cpp @@ -65,7 +65,7 @@ x.load(L"cache\\config.xml"); if (x.xml() == L"") { - //alert(L"<config><home "+att+L"=L"+value+L"/></config>"); + //alert(L"<config><home "+att+L"="+value+L"/></config>"); x.loadXML(L"<config><home " + att + L"='" + value + L"'/></config>"); } else -- Gitblit v1.9.3