Commit 43162868 authored by Christophe Mutricy's avatar Christophe Mutricy

typo

parent 482206dc
...@@ -217,7 +217,7 @@ This dialog needs the following dialogs to be fully functional: browse ...@@ -217,7 +217,7 @@ This dialog needs the following dialogs to be fully functional: browse
<input type="text" id="input_fake_width" size="8" onchange="update_input_fake();" /> <input type="text" id="input_fake_width" size="8" onchange="update_input_fake();" />
<label for="input_fake_height">Height</label> <label for="input_fake_height">Height</label>
<input type="text" id="input_fake_height" size="8" onchange="update_input_fake();" /> <input type="text" id="input_fake_height" size="8" onchange="update_input_fake();" />
<label for"input_fake_ar">Aspect ratio</label> <label for="input_fake_ar">Aspect ratio</label>
<input type="text" id="input_fake_ar" size="8" onchange="update_input_fake();" /> <input type="text" id="input_fake_ar" size="8" onchange="update_input_fake();" />
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment