diff --git a/Netdisco/Changes b/Netdisco/Changes index 3cc4f8b2..e613cb73 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,10 @@ -2.029010 +2.029011 - 2014-10-07 + + [BUG FIXES] + + * Fix typo in the Device By Location report template + +2.029010 - 2014-10-07 [NEW FEATURES] diff --git a/Netdisco/share/views/ajax/report/devicebylocation.tt b/Netdisco/share/views/ajax/report/devicebylocation.tt index 6c563d5f..f60a3464 100644 --- a/Netdisco/share/views/ajax/report/devicebylocation.tt +++ b/Netdisco/share/views/ajax/report/devicebylocation.tt @@ -48,7 +48,7 @@ $(document).ready(function() { return '' + he.encode(data || '') + ''; } } - ]. + ], [% INCLUDE 'ajax/datatabledefaults.tt' -%] });