Fixed bad output

This commit is contained in:
2013-09-06 15:31:26 +02:00
parent 5959099c55
commit 15a96a402d

View File

@@ -148,8 +148,10 @@ feature {WSF_RESPONSE} -- Output
</style> </style>
</head> </head>
<body> <body>
<div id="header">]" + l_html_error_code_text + "[!!</div> <div id="header">
]") ]")
s.append (l_html_error_code_text)
s.append ("!!</div>")
s.append ("<div id=%"logo%">") s.append ("<div id=%"logo%">")
s.append ("<div class=%"outter%"> ") s.append ("<div class=%"outter%"> ")
s.append ("<div class=%"inner1%"></div>") s.append ("<div class=%"inner1%"></div>")