Help

Cross-Site Scripting Error

smileyjen
Recruit

Cross-Site Scripting Error

I am trying to change the grading scale for our electives classes from Satisfactory being 60-100 and Unsatisfactory being 0-59 to 70-100 and 0-69.  I have changed it on the Academic Grade Scale for the District but need the key on our report cards to match the new numbers.  When I try to change the two numbers, I get the cross-site scripting error message.  Any ideas? 

 

<tabc .875><b>S (Satisfactory)</b><b><tabc 2.125>70.00 - 100</b><b><tabc 3.375>Elec Classes Only
<tabc .875><b>U (Unsatisfactory)</b><b><tabc 2.125>00.00 - 69.99</b><b><tabc 3.375>Elec Classes Only

 

2 Replies
kenclayNebPS
PowerSchool Champion
PowerSchool Champion

You need to change .875 to 0.875

CindyM8
Elite

I think you also need to close the last two bold <b> tags.

 

<tabc .875><b>S (Satisfactory)</b><b><tabc 2.125>70.00 - 100</b><b><tabc 3.375>Elec Classes Only</b>
<tabc .875><b>U (Unsatisfactory)</b><b><tabc 2.125>00.00 - 69.99</b><b><tabc 3.375>Elec Classes Only</b>

 


CM