Merge lp:~grummfy/bilboplanet/fix665544 into lp:~greg-theclimber/bilboplanet/testing

Proposed by Gregoire de Hemptinne
Status: Merged
Merged at revision: 119
Proposed branch: lp:~grummfy/bilboplanet/fix665544
Merge into: lp:~greg-theclimber/bilboplanet/testing
Diff against target: 16 lines (+2/-2)
1 file modified
admin/install/index.php (+2/-2)
To merge this branch: bzr merge lp:~grummfy/bilboplanet/fix665544
Reviewer Review Type Date Requested Status
Gregoire de Hemptinne Pending
Review via email: mp+39683@code.launchpad.net

Description of the change

Correction de l'escape des titre & description

To post a comment you must log in.
Revision history for this message
Gregoire de Hemptinne (greg-theclimber) wrote :

Voilà, ta branche est mergée dans le trunk principal :) bienvenue dans la communauté des contributeurs du bilboplanet ;)

Revision history for this message
Grummfy (grummfy) wrote :

youhou ...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'admin/install/index.php'
2--- admin/install/index.php 2010-10-28 21:43:47 +0000
3+++ admin/install/index.php 2010-10-30 09:06:14 +0000
4@@ -308,10 +308,10 @@
5
6 '<fieldset><legend><strong>'.T_('Information on the Planet').'</strong></legend>'.
7 '<label>'.T_('Title of the Planet').'<span class="red"> * </span>'.
8- form::field('p_title',30,255,html::escapeHTML($_POST['p_title'])).'</label>
9+ form::field('p_title',30,255,html_entity_decode(addslashes(html::escapeHTML($p_title)))).'</label>
10 <span class="description">'.T_('Fill the title of your planet').'</span>'.
11 '<label>'.T_('Description').' '.
12- form::field('p_desc',30,255,html::escapeHTML($p_desc)).'</label>
13+ form::field('p_desc',30,255,html_entity_decode(addslashes(html::escapeHTML($p_desc)))).'</label>
14 <span class="description">'.T_('Give a description of your planet').'</span>'.
15 '<label>'.T_('Planet Language').' '.
16 form::combo('p_lang',$lang_array, $p_lang).'</label>

Subscribers

People subscribed via source and target branches

to all changes: