From 38bb34ab85ee5cff9e16e395fcf489e6fa49d1fd Mon Sep 17 00:00:00 2001 From: tetektoza Date: Sat, 27 Dec 2025 19:38:34 +0100 Subject: [PATCH] Gui: Clean up XHTML meta tags per Nu validator feedback - Change http-equiv="Content-Type" to simpler charset="utf-8" - Remove unnecessary type="text/javascript" from script tag --- src/Gui/SoFCDB.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Gui/SoFCDB.cpp b/src/Gui/SoFCDB.cpp index afc3df6f55..3ffa9210b9 100644 --- a/src/Gui/SoFCDB.cpp +++ b/src/Gui/SoFCDB.cpp @@ -731,10 +731,9 @@ bool Gui::SoFCDB::writeToX3DOM(SoNode* node, std::string& buffer) "\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"; out << "\n" << " \n" - << " \n" + << " \n" << " FreeCAD X3DOM Export\n" - << " \n" + << " \n" << " \n" << " \n"