diff --git a/modules/contentbox/modules/contentbox-ui/interceptors/CBRequest.cfc b/modules/contentbox/modules/contentbox-ui/interceptors/CBRequest.cfc index 2bc279d3e..3d080b770 100755 --- a/modules/contentbox/modules/contentbox-ui/interceptors/CBRequest.cfc +++ b/modules/contentbox/modules/contentbox-ui/interceptors/CBRequest.cfc @@ -122,9 +122,9 @@ component extends="coldbox.system.Interceptor" { ); // Append adminbar styles to the html head - try{ + try { cfhtmlhead( text = view( view = "adminbar/adminbarCSS", module = "contentbox-ui" ) ); - } catch( any e ){ + } catch ( any e ) { log.error( "Error sending adminbar styles via cfhtmlhead", e ); } }