Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tdegraphics/blame/commit/f8a7bcd4607ef9201d346c0b7fdab69460bf5125/ksvg/data/SVGLangSpaceImpl.lut.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
tdegraphics/ksvg/data/SVGLangSpaceImpl.lut.h

25 lines
753 B

/* Automatically generated from impl/SVGLangSpaceImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
namespace KSVG {
static const char SVGLangSpaceImpl__s_hashTableStrings[] = {
"\0"
"xmlspace\0"
"xmllang\0"
};
static const struct HashEntry SVGLangSpaceImpl__s_hashTableEntries[] = {
{ 10, SVGLangSpaceImpl::XmlLang, DontDelete, 0, -1 },
{ 1, SVGLangSpaceImpl::XmlSpace, DontDelete, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 13, SVGLangSpaceImpl::XmlLang, DontDelete, 0, -1 },
{ 4, SVGLangSpaceImpl::XmlSpace, DontDelete, 0, -1 }
};
const struct HashTable SVGLangSpaceImpl::s_hashTable = { 2, 5, SVGLangSpaceImpl__s_hashTableEntries, 5, SVGLangSpaceImpl__s_hashTableStrings};
} // namespace