← Back to team overview

mahara-contributors team mailing list archive

[Bug 1844444] Re: Remove superfluous <td> in résumé section

 

** Changed in: mahara
     Assignee: Doris Tam (doristam) => (unassigned)

** Changed in: mahara
    Milestone: None => 20.10.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1844444

Title:
  Remove superfluous <td> in résumé section

Status in Mahara:
  Confirmed

Bug description:
  When you add employment history, the number to indicate how many
  attachments are there for one job is wrapped into 2 <td> when there
  should only be one like in "Education history".

  To replicate:

  1. Add 1 item in "Education history" in your résumé and attach a file.
  2. Add 1 item in "Employment history" in your résumé and attach a file.
  3. Inspect the HTML code for the attachment number with the dev tool console.
  Expected result: The number should only be in 1 <td> like so: <td style="text-align:center">1</td>
  Actual result: It is wrapped in 2 <td>: <td><td style="text-align:center">1</td></td>

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1844444/+subscriptions


References