File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 * @param string $encoding
3939 * @return string
4040 */
41- function xssafe ($ data ,$ encoding= 'UTF-8 ' )
41+ function xssafe ($ data , $ encoding = 'UTF-8 ' )
4242{
4343 //return htmlspecialchars($data,ENT_QUOTES | ENT_HTML401,$encoding);
4444 return htmlspecialchars ($ data );
@@ -772,7 +772,7 @@ function Get_Directory_Contents($Directory_Name)
772772
773773/* Draws a standard GOCDB layout with the string $Page_Content in the
774774 * right frame */
775- function Draw_Standard_Page ($ Page_Content , $ title= null )
775+ function Draw_Standard_Page ($ Page_Content , $ title = null )
776776{
777777 require_once __DIR__
778778 . '/components/Draw_Components/draw_page_components.php ' ;
@@ -788,7 +788,7 @@ function Draw_Standard_Page($Page_Content, $title=null)
788788
789789/* Given the name of a file in the view directory, include it
790790 * as the body of a standard GOCDB page */
791- function show_view ($ view , $ params= null , $ title= null , $ rawOutput= null )
791+ function show_view ($ view , $ params = null , $ title = null , $ rawOutput = null )
792792{
793793 if ($ rawOutput == true ) {
794794 require_once __DIR__ . '/views/ ' . $ view ;
You can’t perform that action at this time.
0 commit comments