MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / footer

Function footer

tests/cppunit/htmloutput.cpp:153–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 void
154 footer(ostream& os)
155 {
156 os <<
157 "\n"
158 "<p>\n"
159 " <a href=\"http://validator.w3.org/#validate-by-upload\">\n"
160 " Valid XHTML 1.0 Strict\n"
161 " </a>\n"
162 "</p>\n"
163 "</body>\n</html>\n";
164 }
165
166 void
167 back_ref(ostream& os, const string& ref, bool prepend_newline = true)

Callers 1

generateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected