Switch to unified view

a/dirbrowser/cdbrowser.cpp b/dirbrowser/cdbrowser.cpp
...
...
490
#else
490
#else
491
    "</head><body>\n"
491
    "</head><body>\n"
492
#endif
492
#endif
493
    );
493
    );
494
static const QString init_container_pagebot = QString::fromUtf8(
494
static const QString init_container_pagebot = QString::fromUtf8(
495
    "<table id=\"entrylist\"></table>"
495
    "<table id=\"entrylist\">"
496
    "<colgroup>"
497
    "<col class=\"coltracknumber\">"
498
    "<col class=\"coltitle\">"
499
    "<col class=\"colartist\">"
500
    "<col class=\"colalbum\">"
501
    "<col class=\"colduration\">"
502
    "</colgroup>"
503
    "</table>"
496
    "</body></html>"
504
    "</body></html>"
497
    );
505
    );
498
506
499
void CDBrowser::initContainerHtml(const string& ss)
507
void CDBrowser::initContainerHtml(const string& ss)
500
{
508
{