Added debug output to CMS_BLOCK.

Updated SHARED_LOGGER to remove a few obsolete calls on json parser.
Added favicon.ico specific handling.
Fixed issue with theme and non raw block.
This commit is contained in:
2015-01-30 19:37:12 +01:00
parent 88ec1452d8
commit be0b5c23d2
4 changed files with 51 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ feature -- Conversion
debug ("refactor_fixme")
fixme ("Refactor HTML code to use the new Bootstrap theme template")
end
if attached a_block.is_raw then
if a_block.is_raw then
create s.make_empty
if attached a_block.title as l_title then
s.append ("<div class=%"title%">" + html_encoded (l_title) + "</div>")