Merge pull request #11231 from DeflateAwning/http-cleanup
Find and replace http://freecad to https://freecad
This commit is contained in:
@@ -129,7 +129,7 @@ std::string DrawViewSpreadsheet::getSVGHead()
|
||||
{
|
||||
return std::string("<svg\n") +
|
||||
std::string(" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\"\n") +
|
||||
std::string(" xmlns:freecad=\"http://www.freecad.org/wiki/index.php?title=Svg_Namespace\">\n");
|
||||
std::string(" xmlns:freecad=\"https://www.freecad.org/wiki/index.php?title=Svg_Namespace\">\n");
|
||||
}
|
||||
|
||||
std::string DrawViewSpreadsheet::getSVGTail()
|
||||
|
||||
Reference in New Issue
Block a user