X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=cgi-files%2FModules%2FPresentation%2FHTML4S.pm;h=053ef8427f6827d0376b7290666e4c35cf57d4fc;hb=aee5e67f9791c7be0f258e1491b2ee8f323bf04b;hp=74d70041d087176f400e8cea0a2504e46087a9eb;hpb=fae62c16cf66ea474ae619b0abf1b5e4af048978;p=kiriwrite%2F.git diff --git a/cgi-files/Modules/Presentation/HTML4S.pm b/cgi-files/Modules/Presentation/HTML4S.pm index 74d7004..053ef84 100644 --- a/cgi-files/Modules/Presentation/HTML4S.pm +++ b/cgi-files/Modules/Presentation/HTML4S.pm @@ -44,7 +44,7 @@ sub new{ # # # Usage: # # # -# $presmodule = Modules::Output::HTML4S->new(); # +# $presmodule = Kiriwrite::Presentation::HTML4S->new(); # ################################################################################# # Get the perl module name. @@ -1242,7 +1242,7 @@ sub addtextbox{ } $tagdata = $tagdata . ">"; - $tagdata = $tagdata . $value; + $tagdata = $tagdata . $class->convert($value, "content"); $tagdata = $tagdata . "" . "\r\n"; # Append the tag data to the page data. @@ -1785,7 +1785,7 @@ sub addboldtext{ # Add some bold text. if ($style ne ""){ - $tagdata = $tagdata . "" . $class->convert($text, "content") . ""; + $tagdata = $tagdata . "" . $class->convert($text, "content") . ""; } else { $tagdata = $tagdata . "" . $class->convert($text, "content") . ""; }