mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 08:38:26 +01:00
ac5c5ddb31
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>
|