~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/sourcepackagerecipe.py

Minor display tweaks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
        Text(
293
293
            title=u'Recipe text', required=True,
294
294
            description=u"""The text of the recipe.
295
 
                <a href="/+help/recipe-syntax.html" target="help">
296
 
                  Syntax help&nbsp;
 
295
                <a href="/+help/recipe-syntax.html" target="help"
 
296
                  >Syntax help&nbsp;
297
297
                  <span class="sprite maybe">
298
298
                    <span class="invisible-link">Help</span>
299
 
                  </span>
300
 
               </a>
 
299
                  </span></a>
301
300
               """))
302
301
 
303
302