diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 7c8934db1..07a76c656 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.7.19 + - fixed #10816: Minor Capitalization Issue - fixed #10814: matrix translations - fixed Survey reporting of simple/transported results to csv/tab - fixed #10797: searching non-ascii-characters (e.g. wiki), part 2 diff --git a/lib/WebGUI/Content/AssetManager.pm b/lib/WebGUI/Content/AssetManager.pm index 8f61193c7..ccbe2ea78 100644 --- a/lib/WebGUI/Content/AssetManager.pm +++ b/lib/WebGUI/Content/AssetManager.pm @@ -709,7 +709,7 @@ sub www_search { . q{
} . $i18n->get( 'with selected' ) . q{} . q{} - . q{} + . q{} . q{
} . q{} ;