Let the template do the output encoding. Change-Id: I01fc60f10f98c032c5104d3a2f4b44cdfbeee51c
11 lines
165 B
Text
11 lines
165 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{{msgHdr}}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{msgHdr}}</h1>
|
|
<p>{{detailMsg}}</p>
|
|
</body>
|
|
</html>
|