Reviewed: https://reviews.mahara.org/10839 Committed: https://git.mahara.org/mahara/mahara/commit/42301fc1ed208857ac7788d8ef7a3b0e199942fe Submitter: Robert Lyon ([email protected]) Branch: master
commit 42301fc1ed208857ac7788d8ef7a3b0e199942fe Author: Mitsuhiro Yoshida <[email protected]> Date: Wed Apr 1 06:32:40 2020 +0900 Bug 1869966: Removing the multiple p tag from lang/en.utf8/export.php. Change-Id: I0da01a0a56614db4afdb41df2e81d77ecd676d76 -- 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: Fix Committed 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 _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

