Switch to unified view

a/src/query/reslistpager.cpp b/src/query/reslistpager.cpp
...
...
401
            chunk << "<b>" << entry.first << "</b> : ";
401
            chunk << "<b>" << entry.first << "</b> : ";
402
                        for (const auto& spelling : entry.second) {
402
                        for (const auto& spelling : entry.second) {
403
                chunk << spelling << " ";
403
                chunk << spelling << " ";
404
            }
404
            }
405
            chunk << "<br />";
405
            chunk << "<br />";
406
                        std::cerr << chunk.str() << endl;
407
            }
406
            }
408
            chunk << "</blockquote></p>";
407
            chunk << "</blockquote></p>";
409
        }
408
        }
410
        }
409
        }
411
    }
410
    }