← Back to team overview

mahara-contributors team mailing list archive

[Bug 1869966] A patch has been submitted for review

 

Patch for "master" branch: https://reviews.mahara.org/10839

-- 
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/1869966

Title:
  Multiple html p tags on lang/en.utf8/export.php

Status in Mahara:
  New

Bug description:
  We need to remove the multiple html p tag from lang/en.utf8/export.php
  as below.

  Lang file to modify:
  lang/en.utf8/export.php 

  String ID:
  exportportfoliodescription1

  Text original:
  <p class="lead">This tool exports all of your portfolio information and pages. It does not export your site settings or any of the content you uploaded or created in groups.
  </p><p p class="lead">You can export your personal portfolio content. Your account settings or content uploaded or created in groups are not exported.</p>

  Text modified:
  <p class="lead">This tool exports all of your portfolio information and pages. It does not export your site settings or any of the content you uploaded or created in groups.
  </p><p class="lead">You can export your personal portfolio content. Your account settings or content uploaded or created in groups are not exported.</p>

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


References