Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/wp-conte.../plugins/embedpre.../assets/pdf/web
File: viewer.css
box-shadow:0 2px 10px rgb(255 255 0);
[500] Fix | Delete
}
[501] Fix | Delete
[502] Fix | Delete
.annotationLayer .linkAnnotation.hasBorder:hover{
[503] Fix | Delete
background-color:rgb(255 255 0 / 0.2);
[504] Fix | Delete
}
[505] Fix | Delete
[506] Fix | Delete
.annotationLayer .hasBorder{
[507] Fix | Delete
background-size:100% 100%;
[508] Fix | Delete
}
[509] Fix | Delete
[510] Fix | Delete
.annotationLayer .textAnnotation img{
[511] Fix | Delete
position:absolute;
[512] Fix | Delete
cursor:pointer;
[513] Fix | Delete
width:100%;
[514] Fix | Delete
height:100%;
[515] Fix | Delete
top:0;
[516] Fix | Delete
left:0;
[517] Fix | Delete
}
[518] Fix | Delete
[519] Fix | Delete
.annotationLayer .textWidgetAnnotation :is(input, textarea), .annotationLayer .choiceWidgetAnnotation select, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input{
[520] Fix | Delete
background-image:var(--annotation-unfocused-field-background);
[521] Fix | Delete
border:2px solid var(--input-unfocused-border-color);
[522] Fix | Delete
box-sizing:border-box;
[523] Fix | Delete
font:calc(9px * var(--scale-factor)) sans-serif;
[524] Fix | Delete
height:100%;
[525] Fix | Delete
margin:0;
[526] Fix | Delete
vertical-align:top;
[527] Fix | Delete
width:100%;
[528] Fix | Delete
}
[529] Fix | Delete
[530] Fix | Delete
.annotationLayer .textWidgetAnnotation :is(input, textarea):required, .annotationLayer .choiceWidgetAnnotation select:required, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required{
[531] Fix | Delete
outline:1.5px solid red;
[532] Fix | Delete
}
[533] Fix | Delete
[534] Fix | Delete
.annotationLayer .choiceWidgetAnnotation select option{
[535] Fix | Delete
padding:0;
[536] Fix | Delete
}
[537] Fix | Delete
[538] Fix | Delete
.annotationLayer .buttonWidgetAnnotation.radioButton input{
[539] Fix | Delete
border-radius:50%;
[540] Fix | Delete
}
[541] Fix | Delete
[542] Fix | Delete
.annotationLayer .textWidgetAnnotation textarea{
[543] Fix | Delete
resize:none;
[544] Fix | Delete
}
[545] Fix | Delete
[546] Fix | Delete
.annotationLayer .textWidgetAnnotation [disabled]:is(input, textarea), .annotationLayer .choiceWidgetAnnotation select[disabled], .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled]{
[547] Fix | Delete
background:none;
[548] Fix | Delete
border:2px solid var(--input-disabled-border-color);
[549] Fix | Delete
cursor:not-allowed;
[550] Fix | Delete
}
[551] Fix | Delete
[552] Fix | Delete
.annotationLayer .textWidgetAnnotation :is(input, textarea):hover, .annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover{
[553] Fix | Delete
border:2px solid var(--input-hover-border-color);
[554] Fix | Delete
}
[555] Fix | Delete
[556] Fix | Delete
.annotationLayer .textWidgetAnnotation :is(input, textarea):hover, .annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .buttonWidgetAnnotation.checkBox input:hover{
[557] Fix | Delete
border-radius:2px;
[558] Fix | Delete
}
[559] Fix | Delete
[560] Fix | Delete
.annotationLayer .textWidgetAnnotation :is(input, textarea):focus, .annotationLayer .choiceWidgetAnnotation select:focus{
[561] Fix | Delete
background:none;
[562] Fix | Delete
border:2px solid var(--input-focus-border-color);
[563] Fix | Delete
border-radius:2px;
[564] Fix | Delete
outline:var(--input-focus-outline);
[565] Fix | Delete
}
[566] Fix | Delete
[567] Fix | Delete
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus{
[568] Fix | Delete
background-image:none;
[569] Fix | Delete
background-color:transparent;
[570] Fix | Delete
}
[571] Fix | Delete
[572] Fix | Delete
.annotationLayer .buttonWidgetAnnotation.checkBox :focus{
[573] Fix | Delete
border:2px solid var(--input-focus-border-color);
[574] Fix | Delete
border-radius:2px;
[575] Fix | Delete
outline:var(--input-focus-outline);
[576] Fix | Delete
}
[577] Fix | Delete
[578] Fix | Delete
.annotationLayer .buttonWidgetAnnotation.radioButton :focus{
[579] Fix | Delete
border:2px solid var(--input-focus-border-color);
[580] Fix | Delete
outline:var(--input-focus-outline);
[581] Fix | Delete
}
[582] Fix | Delete
[583] Fix | Delete
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
[584] Fix | Delete
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
[585] Fix | Delete
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{
[586] Fix | Delete
background-color:CanvasText;
[587] Fix | Delete
content:"";
[588] Fix | Delete
display:block;
[589] Fix | Delete
position:absolute;
[590] Fix | Delete
}
[591] Fix | Delete
[592] Fix | Delete
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
[593] Fix | Delete
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after{
[594] Fix | Delete
height:80%;
[595] Fix | Delete
left:45%;
[596] Fix | Delete
width:1px;
[597] Fix | Delete
}
[598] Fix | Delete
[599] Fix | Delete
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before{
[600] Fix | Delete
transform:rotate(45deg);
[601] Fix | Delete
}
[602] Fix | Delete
[603] Fix | Delete
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after{
[604] Fix | Delete
transform:rotate(-45deg);
[605] Fix | Delete
}
[606] Fix | Delete
[607] Fix | Delete
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{
[608] Fix | Delete
border-radius:50%;
[609] Fix | Delete
height:50%;
[610] Fix | Delete
left:25%;
[611] Fix | Delete
top:25%;
[612] Fix | Delete
width:50%;
[613] Fix | Delete
}
[614] Fix | Delete
[615] Fix | Delete
.annotationLayer .textWidgetAnnotation input.comb{
[616] Fix | Delete
font-family:monospace;
[617] Fix | Delete
padding-left:2px;
[618] Fix | Delete
padding-right:0;
[619] Fix | Delete
}
[620] Fix | Delete
[621] Fix | Delete
.annotationLayer .textWidgetAnnotation input.comb:focus{
[622] Fix | Delete
width:103%;
[623] Fix | Delete
}
[624] Fix | Delete
[625] Fix | Delete
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input{
[626] Fix | Delete
-webkit-appearance:none;
[627] Fix | Delete
-moz-appearance:none;
[628] Fix | Delete
appearance:none;
[629] Fix | Delete
}
[630] Fix | Delete
[631] Fix | Delete
.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{
[632] Fix | Delete
height:100%;
[633] Fix | Delete
width:100%;
[634] Fix | Delete
}
[635] Fix | Delete
[636] Fix | Delete
.annotationLayer .popupAnnotation{
[637] Fix | Delete
position:absolute;
[638] Fix | Delete
font-size:calc(9px * var(--scale-factor));
[639] Fix | Delete
pointer-events:none;
[640] Fix | Delete
width:-moz-max-content;
[641] Fix | Delete
width:max-content;
[642] Fix | Delete
max-width:45%;
[643] Fix | Delete
height:auto;
[644] Fix | Delete
}
[645] Fix | Delete
[646] Fix | Delete
.annotationLayer .popup{
[647] Fix | Delete
background-color:rgb(255 255 153);
[648] Fix | Delete
box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) rgb(136 136 136);
[649] Fix | Delete
border-radius:calc(2px * var(--scale-factor));
[650] Fix | Delete
outline:1.5px solid rgb(255 255 74);
[651] Fix | Delete
padding:calc(6px * var(--scale-factor));
[652] Fix | Delete
cursor:pointer;
[653] Fix | Delete
font:message-box;
[654] Fix | Delete
white-space:normal;
[655] Fix | Delete
word-wrap:break-word;
[656] Fix | Delete
pointer-events:auto;
[657] Fix | Delete
}
[658] Fix | Delete
[659] Fix | Delete
.annotationLayer .popupAnnotation.focused .popup{
[660] Fix | Delete
outline-width:3px;
[661] Fix | Delete
}
[662] Fix | Delete
[663] Fix | Delete
.annotationLayer .popup *{
[664] Fix | Delete
font-size:calc(9px * var(--scale-factor));
[665] Fix | Delete
}
[666] Fix | Delete
[667] Fix | Delete
.annotationLayer .popup > .header{
[668] Fix | Delete
display:inline-block;
[669] Fix | Delete
}
[670] Fix | Delete
[671] Fix | Delete
.annotationLayer .popup > .header h1{
[672] Fix | Delete
display:inline;
[673] Fix | Delete
}
[674] Fix | Delete
[675] Fix | Delete
.annotationLayer .popup > .header .popupDate{
[676] Fix | Delete
display:inline-block;
[677] Fix | Delete
margin-left:calc(5px * var(--scale-factor));
[678] Fix | Delete
width:-moz-fit-content;
[679] Fix | Delete
width:fit-content;
[680] Fix | Delete
}
[681] Fix | Delete
[682] Fix | Delete
.annotationLayer .popupContent{
[683] Fix | Delete
border-top:1px solid rgb(51 51 51);
[684] Fix | Delete
margin-top:calc(2px * var(--scale-factor));
[685] Fix | Delete
padding-top:calc(2px * var(--scale-factor));
[686] Fix | Delete
}
[687] Fix | Delete
[688] Fix | Delete
.annotationLayer .richText > *{
[689] Fix | Delete
white-space:pre-wrap;
[690] Fix | Delete
font-size:calc(9px * var(--scale-factor));
[691] Fix | Delete
}
[692] Fix | Delete
[693] Fix | Delete
.annotationLayer .popupTriggerArea{
[694] Fix | Delete
cursor:pointer;
[695] Fix | Delete
}
[696] Fix | Delete
[697] Fix | Delete
.annotationLayer section svg{
[698] Fix | Delete
position:absolute;
[699] Fix | Delete
width:100%;
[700] Fix | Delete
height:100%;
[701] Fix | Delete
top:0;
[702] Fix | Delete
left:0;
[703] Fix | Delete
}
[704] Fix | Delete
[705] Fix | Delete
.annotationLayer .annotationTextContent{
[706] Fix | Delete
position:absolute;
[707] Fix | Delete
width:100%;
[708] Fix | Delete
height:100%;
[709] Fix | Delete
opacity:0;
[710] Fix | Delete
color:transparent;
[711] Fix | Delete
-webkit-user-select:none;
[712] Fix | Delete
-moz-user-select:none;
[713] Fix | Delete
user-select:none;
[714] Fix | Delete
pointer-events:none;
[715] Fix | Delete
}
[716] Fix | Delete
[717] Fix | Delete
.annotationLayer .annotationTextContent span{
[718] Fix | Delete
width:100%;
[719] Fix | Delete
display:inline-block;
[720] Fix | Delete
}
[721] Fix | Delete
[722] Fix | Delete
.annotationLayer svg.quadrilateralsContainer{
[723] Fix | Delete
contain:strict;
[724] Fix | Delete
width:0;
[725] Fix | Delete
height:0;
[726] Fix | Delete
position:absolute;
[727] Fix | Delete
top:0;
[728] Fix | Delete
left:0;
[729] Fix | Delete
z-index:-1;
[730] Fix | Delete
}
[731] Fix | Delete
[732] Fix | Delete
:root{
[733] Fix | Delete
--xfa-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
[734] Fix | Delete
--xfa-focus-outline:auto;
[735] Fix | Delete
}
[736] Fix | Delete
[737] Fix | Delete
@media screen and (forced-colors: active){
[738] Fix | Delete
:root{
[739] Fix | Delete
--xfa-focus-outline:2px solid CanvasText;
[740] Fix | Delete
}
[741] Fix | Delete
.xfaLayer *:required{
[742] Fix | Delete
outline:1.5px solid selectedItem;
[743] Fix | Delete
}
[744] Fix | Delete
}
[745] Fix | Delete
[746] Fix | Delete
.xfaLayer{
[747] Fix | Delete
background-color:transparent;
[748] Fix | Delete
}
[749] Fix | Delete
[750] Fix | Delete
.xfaLayer .highlight{
[751] Fix | Delete
margin:-1px;
[752] Fix | Delete
padding:1px;
[753] Fix | Delete
background-color:rgb(239 203 237);
[754] Fix | Delete
border-radius:4px;
[755] Fix | Delete
}
[756] Fix | Delete
[757] Fix | Delete
.xfaLayer .highlight.appended{
[758] Fix | Delete
position:initial;
[759] Fix | Delete
}
[760] Fix | Delete
[761] Fix | Delete
.xfaLayer .highlight.begin{
[762] Fix | Delete
border-radius:4px 0 0 4px;
[763] Fix | Delete
}
[764] Fix | Delete
[765] Fix | Delete
.xfaLayer .highlight.end{
[766] Fix | Delete
border-radius:0 4px 4px 0;
[767] Fix | Delete
}
[768] Fix | Delete
[769] Fix | Delete
.xfaLayer .highlight.middle{
[770] Fix | Delete
border-radius:0;
[771] Fix | Delete
}
[772] Fix | Delete
[773] Fix | Delete
.xfaLayer .highlight.selected{
[774] Fix | Delete
background-color:rgb(203 223 203);
[775] Fix | Delete
}
[776] Fix | Delete
[777] Fix | Delete
.xfaPage{
[778] Fix | Delete
overflow:hidden;
[779] Fix | Delete
position:relative;
[780] Fix | Delete
}
[781] Fix | Delete
[782] Fix | Delete
.xfaContentarea{
[783] Fix | Delete
position:absolute;
[784] Fix | Delete
}
[785] Fix | Delete
[786] Fix | Delete
.xfaPrintOnly{
[787] Fix | Delete
display:none;
[788] Fix | Delete
}
[789] Fix | Delete
[790] Fix | Delete
.xfaLayer{
[791] Fix | Delete
position:absolute;
[792] Fix | Delete
text-align:initial;
[793] Fix | Delete
top:0;
[794] Fix | Delete
left:0;
[795] Fix | Delete
transform-origin:0 0;
[796] Fix | Delete
line-height:1.2;
[797] Fix | Delete
}
[798] Fix | Delete
[799] Fix | Delete
.xfaLayer *{
[800] Fix | Delete
color:inherit;
[801] Fix | Delete
font:inherit;
[802] Fix | Delete
font-style:inherit;
[803] Fix | Delete
font-weight:inherit;
[804] Fix | Delete
font-kerning:inherit;
[805] Fix | Delete
letter-spacing:-0.01px;
[806] Fix | Delete
text-align:inherit;
[807] Fix | Delete
text-decoration:inherit;
[808] Fix | Delete
box-sizing:border-box;
[809] Fix | Delete
background-color:transparent;
[810] Fix | Delete
padding:0;
[811] Fix | Delete
margin:0;
[812] Fix | Delete
pointer-events:auto;
[813] Fix | Delete
line-height:inherit;
[814] Fix | Delete
}
[815] Fix | Delete
[816] Fix | Delete
.xfaLayer *:required{
[817] Fix | Delete
outline:1.5px solid red;
[818] Fix | Delete
}
[819] Fix | Delete
[820] Fix | Delete
.xfaLayer div,
[821] Fix | Delete
.xfaLayer svg,
[822] Fix | Delete
.xfaLayer svg *{
[823] Fix | Delete
pointer-events:none;
[824] Fix | Delete
}
[825] Fix | Delete
[826] Fix | Delete
.xfaLayer a{
[827] Fix | Delete
color:blue;
[828] Fix | Delete
}
[829] Fix | Delete
[830] Fix | Delete
.xfaRich li{
[831] Fix | Delete
margin-left:3em;
[832] Fix | Delete
}
[833] Fix | Delete
[834] Fix | Delete
.xfaFont{
[835] Fix | Delete
color:black;
[836] Fix | Delete
font-weight:normal;
[837] Fix | Delete
font-kerning:none;
[838] Fix | Delete
font-size:10px;
[839] Fix | Delete
font-style:normal;
[840] Fix | Delete
letter-spacing:0;
[841] Fix | Delete
text-decoration:none;
[842] Fix | Delete
vertical-align:0;
[843] Fix | Delete
}
[844] Fix | Delete
[845] Fix | Delete
.xfaCaption{
[846] Fix | Delete
overflow:hidden;
[847] Fix | Delete
flex:0 0 auto;
[848] Fix | Delete
}
[849] Fix | Delete
[850] Fix | Delete
.xfaCaptionForCheckButton{
[851] Fix | Delete
overflow:hidden;
[852] Fix | Delete
flex:1 1 auto;
[853] Fix | Delete
}
[854] Fix | Delete
[855] Fix | Delete
.xfaLabel{
[856] Fix | Delete
height:100%;
[857] Fix | Delete
width:100%;
[858] Fix | Delete
}
[859] Fix | Delete
[860] Fix | Delete
.xfaLeft{
[861] Fix | Delete
display:flex;
[862] Fix | Delete
flex-direction:row;
[863] Fix | Delete
align-items:center;
[864] Fix | Delete
}
[865] Fix | Delete
[866] Fix | Delete
.xfaRight{
[867] Fix | Delete
display:flex;
[868] Fix | Delete
flex-direction:row-reverse;
[869] Fix | Delete
align-items:center;
[870] Fix | Delete
}
[871] Fix | Delete
[872] Fix | Delete
:is(.xfaLeft, .xfaRight) > :is(.xfaCaption, .xfaCaptionForCheckButton){
[873] Fix | Delete
max-height:100%;
[874] Fix | Delete
}
[875] Fix | Delete
[876] Fix | Delete
.xfaTop{
[877] Fix | Delete
display:flex;
[878] Fix | Delete
flex-direction:column;
[879] Fix | Delete
align-items:flex-start;
[880] Fix | Delete
}
[881] Fix | Delete
[882] Fix | Delete
.xfaBottom{
[883] Fix | Delete
display:flex;
[884] Fix | Delete
flex-direction:column-reverse;
[885] Fix | Delete
align-items:flex-start;
[886] Fix | Delete
}
[887] Fix | Delete
[888] Fix | Delete
:is(.xfaTop, .xfaBottom) > :is(.xfaCaption, .xfaCaptionForCheckButton){
[889] Fix | Delete
width:100%;
[890] Fix | Delete
}
[891] Fix | Delete
[892] Fix | Delete
.xfaBorder{
[893] Fix | Delete
background-color:transparent;
[894] Fix | Delete
position:absolute;
[895] Fix | Delete
pointer-events:none;
[896] Fix | Delete
}
[897] Fix | Delete
[898] Fix | Delete
.xfaWrapped{
[899] Fix | Delete
width:100%;
[900] Fix | Delete
height:100%;
[901] Fix | Delete
}
[902] Fix | Delete
[903] Fix | Delete
:is(.xfaTextfield, .xfaSelect):focus{
[904] Fix | Delete
background-image:none;
[905] Fix | Delete
background-color:transparent;
[906] Fix | Delete
outline:var(--xfa-focus-outline);
[907] Fix | Delete
outline-offset:-1px;
[908] Fix | Delete
}
[909] Fix | Delete
[910] Fix | Delete
:is(.xfaCheckbox, .xfaRadio):focus{
[911] Fix | Delete
outline:var(--xfa-focus-outline);
[912] Fix | Delete
}
[913] Fix | Delete
[914] Fix | Delete
.xfaTextfield,
[915] Fix | Delete
.xfaSelect{
[916] Fix | Delete
height:100%;
[917] Fix | Delete
width:100%;
[918] Fix | Delete
flex:1 1 auto;
[919] Fix | Delete
border:none;
[920] Fix | Delete
resize:none;
[921] Fix | Delete
background-image:var(--xfa-unfocused-field-background);
[922] Fix | Delete
}
[923] Fix | Delete
[924] Fix | Delete
.xfaSelect{
[925] Fix | Delete
padding-inline:2px;
[926] Fix | Delete
}
[927] Fix | Delete
[928] Fix | Delete
:is(.xfaTop, .xfaBottom) > :is(.xfaTextfield, .xfaSelect){
[929] Fix | Delete
flex:0 1 auto;
[930] Fix | Delete
}
[931] Fix | Delete
[932] Fix | Delete
.xfaButton{
[933] Fix | Delete
cursor:pointer;
[934] Fix | Delete
width:100%;
[935] Fix | Delete
height:100%;
[936] Fix | Delete
border:none;
[937] Fix | Delete
text-align:center;
[938] Fix | Delete
}
[939] Fix | Delete
[940] Fix | Delete
.xfaLink{
[941] Fix | Delete
width:100%;
[942] Fix | Delete
height:100%;
[943] Fix | Delete
position:absolute;
[944] Fix | Delete
top:0;
[945] Fix | Delete
left:0;
[946] Fix | Delete
}
[947] Fix | Delete
[948] Fix | Delete
.xfaCheckbox,
[949] Fix | Delete
.xfaRadio{
[950] Fix | Delete
width:100%;
[951] Fix | Delete
height:100%;
[952] Fix | Delete
flex:0 0 auto;
[953] Fix | Delete
border:none;
[954] Fix | Delete
}
[955] Fix | Delete
[956] Fix | Delete
.xfaRich{
[957] Fix | Delete
white-space:pre-wrap;
[958] Fix | Delete
width:100%;
[959] Fix | Delete
height:100%;
[960] Fix | Delete
}
[961] Fix | Delete
[962] Fix | Delete
.xfaImage{
[963] Fix | Delete
-o-object-position:left top;
[964] Fix | Delete
object-position:left top;
[965] Fix | Delete
-o-object-fit:contain;
[966] Fix | Delete
object-fit:contain;
[967] Fix | Delete
width:100%;
[968] Fix | Delete
height:100%;
[969] Fix | Delete
}
[970] Fix | Delete
[971] Fix | Delete
.xfaLrTb,
[972] Fix | Delete
.xfaRlTb,
[973] Fix | Delete
.xfaTb{
[974] Fix | Delete
display:flex;
[975] Fix | Delete
flex-direction:column;
[976] Fix | Delete
align-items:stretch;
[977] Fix | Delete
}
[978] Fix | Delete
[979] Fix | Delete
.xfaLr{
[980] Fix | Delete
display:flex;
[981] Fix | Delete
flex-direction:row;
[982] Fix | Delete
align-items:stretch;
[983] Fix | Delete
}
[984] Fix | Delete
[985] Fix | Delete
.xfaRl{
[986] Fix | Delete
display:flex;
[987] Fix | Delete
flex-direction:row-reverse;
[988] Fix | Delete
align-items:stretch;
[989] Fix | Delete
}
[990] Fix | Delete
[991] Fix | Delete
.xfaTb > div{
[992] Fix | Delete
justify-content:left;
[993] Fix | Delete
}
[994] Fix | Delete
[995] Fix | Delete
.xfaPosition{
[996] Fix | Delete
position:relative;
[997] Fix | Delete
}
[998] Fix | Delete
[999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function