Home | History | Annotate | Download | only in bookmaker

Lines Matching refs:refOut

697     string refOut(ref);
698 std::replace(refOut.begin(), refOut.end(), '_', ' ');
700 refOut = refOut.substr(0, refOut.length() - 2);
702 string result = leadingSpaces + "<a href=\"" + buildup + "\">" + refOut + "</a>";