trival quoting changes and missing semi colons

This commit is contained in:
Isaac Connor 2015-02-02 19:06:45 -05:00
parent 690a2f083e
commit bf688f2d39
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ if ( $showControl )
</div>
<h2><?php echo $SLANG['Montage'] ?></h2>
<div id="headerControl">
<span id="scaleControl"><?php echo $SLANG['Scale'] ?>: <?php echo buildSelect( "scale", $scales, "changeScale( this );" ); ?></span>
<label for="layout"><?php echo $SLANG['Layout'] ?>:</label><?php echo buildSelect( "layout", $layouts, 'selectLayout( this )' )?>
<span id="scaleControl"><?php echo $SLANG['Scale'] ?>: <?php echo buildSelect( 'scale', $scales, 'changeScale(this);' ); ?></span>
<label for="layout"><?php echo $SLANG['Layout'] ?>:</label><?php echo buildSelect( 'layout', $layouts, 'selectLayout(this);' )?>
</div>
</div>
<div id="content">