diff options
author | h6w <tudor@tudorholton.com> | 2019-05-09 23:35:41 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 23:35:41 +1000 |
commit | 36e46817965cbd996d9550d5d95c5023158e31e3 (patch) | |
tree | 07c649fb98b4dd386f17e8449f3a7054e25f635d | |
parent | a8044b77719816a6f2fb27d48a65f625d33c7b2f (diff) | |
download | phpvirtualbox-36e46817965cbd996d9550d5d95c5023158e31e3.zip phpvirtualbox-36e46817965cbd996d9550d5d95c5023158e31e3.tar.gz phpvirtualbox-36e46817965cbd996d9550d5d95c5023158e31e3.tar.bz2 |
Fixed spaces with tabs to correct alignments.
-rw-r--r-- | panes/settingsGeneral.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/panes/settingsGeneral.html b/panes/settingsGeneral.html index 2f65fd1..47abc05 100644 --- a/panes/settingsGeneral.html +++ b/panes/settingsGeneral.html @@ -81,15 +81,15 @@ <input type='text' class='vboxText' name='vboxSettingsGeneralSnapshotFolder' /><input type="button" class="vboxImgButton" style="background-image: url(images/vbox/select_file_16px.png)" onClick="vboxSnapshotBrowseFolder(this);" /> </td> - </tr> - <tr id='vboxSettingsClipboardMode' class='vboxRunningEnabled'> + </tr> + <tr id='vboxSettingsClipboardMode' class='vboxRunningEnabled'> <th style='text-align:right'><span class='translate'>Shared Clipboard:</span></th> <td><select name='vboxSettingsClipboardMode' style="width: 150px"> <option value='Disabled'>Disabled</option> <option value='HostToGuest'>Host to Guest</option> - <option value='GuestToHost'>Guest to Host</option> - <option value='Bidirectional'>Bidirectional</option> - </select> + <option value='GuestToHost'>Guest to Host</option> + <option value='Bidirectional'>Bidirectional</option> + </select> </td> </tr> </table> |