Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/cb8cfcf8ab9e5af3379d356589371600e7e088cc?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
5 additions and
5 deletions
src/adaptors/UBCFFSubsetAdaptor.cpp
src/adaptors/UBSvgSubsetAdaptor.cpp
@ -43,7 +43,7 @@
# include <QDomDocument>
# include <QDomDocument>
# include "core/memcheck.h"
# include "core/memcheck.h"
# include "qtlogger.h"
//#include "qtlogger.h"
//tag names definition. Use them everiwhere!
//tag names definition. Use them everiwhere!
static QString tElement = " element " ;
static QString tElement = " element " ;
@ -53,7 +53,7 @@
# include "pdf/PDFRenderer.h"
# include "pdf/PDFRenderer.h"
# include "core/memcheck.h"
# include "core/memcheck.h"
# include "qtlogger.h"
//#include "qtlogger.h"
const QString UBSvgSubsetAdaptor : : nsSvg = " http://www.w3.org/2000/svg " ;
const QString UBSvgSubsetAdaptor : : nsSvg = " http://www.w3.org/2000/svg " ;
const QString UBSvgSubsetAdaptor : : nsXHtml = " http://www.w3.org/1999/xhtml " ;
const QString UBSvgSubsetAdaptor : : nsXHtml = " http://www.w3.org/1999/xhtml " ;
@ -2259,9 +2259,9 @@ void UBSvgSubsetAdaptor::UBSvgSubsetWriter::textItemToSvg(UBGraphicsTextItem* it
mXmlWriter . writeEndElement ( ) ; //foreignObject
mXmlWriter . writeEndElement ( ) ; //foreignObject
QtLogger : : start ( " /home/ilia/Documents/tmp/10/log.log " ) ;
// QtLogger::start("/home/ilia/Documents/tmp/10/log.log");
QtLogger : : appendl ( item - > toHtml ( ) ) ;
// QtLogger::appendl(item->toHtml());
QtLogger : : finish ( ) ;
// QtLogger::finish();
}
}
UBGraphicsTextItem * UBSvgSubsetAdaptor : : UBSvgSubsetReader : : textItemFromSvg ( )
UBGraphicsTextItem * UBSvgSubsetAdaptor : : UBSvgSubsetReader : : textItemFromSvg ( )