mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-23 08:47:58 +01:00
Currently this does nothing but will later enable us to output xml and html alongside the current support for text output.
8 lines
120 B
Text
8 lines
120 B
Text
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>{0}</title>
|
|
</head>
|
|
<body>
|
|
<p>{0}</p>
|
|
</body>
|
|
</html>
|