Skip to content

Commit

Permalink
fix formatting issue in Print widget settings popup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Aug 7, 2016
1 parent 1da70c7 commit ea1d486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewer/js/gis/dijit/Print/templates/Print.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<div data-dojo-type="dijit/form/Form" data-dojo-attach-point="preserveFormDijit">
<table cellspacing="5">
<tr>
<td style="vertical-align:middle;">
<td style="vertical-align:top;">
${i18n.preserve}:
</td>
<td>
<input type="radio" data-dojo-type="dijit/form/RadioButton" data-dojo-props="name:'preserveScale',checked:true,value:'true'" />
${i18n.mapScale}&nbsp;&nbsp;
${i18n.mapScale}<br/>
<input type="radio" data-dojo-type="dijit/form/RadioButton" data-dojo-props="name:'preserveScale',value:'false'" />
${i18n.mapExtent}
</td>
Expand Down

0 comments on commit ea1d486

Please sign in to comment.