### Eclipse Workspace Patch 1.0 #P Limesurvey 1.x trunk stable Index: admin/printablesurvey.php =================================================================== --- admin/printablesurvey.php (revision 10061) +++ admin/printablesurvey.php (working copy) @@ -121,7 +121,7 @@ $pdf_form = '
'; @@ -306,7 +306,7 @@ if(!empty($title)) { - $div_title = ' title="'.$title.'"'; + $div_title = ' title="'.htmlspecialchars($title).'"'; } else { @@ -329,7 +329,7 @@ // define('IMAGE_'.$type.'_SIZE' , ' width="'.$image_dimensions[0].'" height="'.$image_dimensions[1].'"'); define('IMAGE_'.$type.'_SIZE' , ' width="14" height="14"'); } - $output = '
';
+ $output = '
';
break;
case 'rank':