X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FWidgets%2FTitleBoxStart;h=723cb057d46852fa5fac528ef60c194bfb8aae9a;hp=cbcc5c3d59a3a5048fa9aa6057ea8384556da835;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916 diff --git a/rt/share/html/Widgets/TitleBoxStart b/rt/share/html/Widgets/TitleBoxStart index cbcc5c3d5..723cb057d 100755 --- a/rt/share/html/Widgets/TitleBoxStart +++ b/rt/share/html/Widgets/TitleBoxStart @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -54,8 +54,8 @@ $title_href ? qq[] : '' | n %><% $title %><% $title_raw |n %><% $title_href ? "" : '' |n%> \ - <% $titleright_href ? qq[] : '' | n %>\ - <% $titleright %><% $titleright_raw |n%><% $titleright_href ? "" : '' |n%>\ + <% $titleright_href ? qq[] : '' | n %>\ + <% $titleright %><% $titleright_raw |n%><% $titleright_href ? "" : '' |n%>\
" id="<% $tid %>"> @@ -81,7 +81,7 @@ $hideable = 1 if $rolledup; # my $page = $m->request_comp->path; -my $title_b64 = MIME::Base64::encode_base64(Encode::encode_utf8($title), ''); +my $title_b64 = MIME::Base64::encode_base64(Encode::encode( "UTF-8", $title), ''); my $tid = "TitleBox--$page--" . join '--', ($class, $bodyclass, $title_b64, $id);