Symptom
In the job posting page, the job description is displayed in a single line and does not wrap text automatically.
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Environment
SAP SuccessFactors Recruiting Management
Reproducing the Issue
- Post a job requisition internally or externally
- Navigate to the job posting page
- Observe that the job description is displayed in a single line without line breaks
Cause
The issue occurs because <pre> and </pre> are used instead of <p> and </p> tags for marking paragraphs.
Resolution
- Replace all <pre> and </pre> with <p> and </p> to mark paragraphs correctly
- Alternatively, manually add line breaks for all paragraphs using the <pre> tag
Keywords
<pre>, pre, line breaks, one line, single line, JD, job description , KBA , LOD-SF-RCM-JOB , Job Postings & Requisitions , Problem
Product
SAP SuccessFactors Recruiting all versions
SAP Knowledge Base Article - Public