Skip to content

Commit ebd04c5

Browse files
committed
pagetemplate, Replace , with ␣ in replacement box
1 parent 7372a7f commit ebd04c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared23/pagetemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ out = `
284284
285285
<div class="control" id="ccVariousControls" style="vertical-align: top;">Change text:<br/> <img src="../images/addspace.png" alt="Select" title="Separate the characters in the edit buffer with spaces." onclick="addSpacesToPicker(' ');">
286286
<img src="../images/removespace.png" alt="Select" title="Remove all spaces from the text area." onclick="document.getElementById('output').value = document.getElementById('output').value.replace(/\\s/g,'')">
287-
<input name="insertMe" id="insertMe" type="text" style="width: 40px; text-align:right; vertical-align: top; line-height: 1;" value="," />
287+
<input name="insertMe" id="insertMe" type="text" style="width: 40px; text-align:right; vertical-align: top; line-height: 1;" value="" />
288288
<img src="../images/addcomma.png" alt="Select" title="Separate the characters in the edit buffer with commas." onclick="addSpacesToPicker(document.getElementById('insertMe').value);">
289289
<img src="../images/count.png" alt="Count" title="Count the characters in the text area." onclick="if (document.getElementById('output').value== '') { alert('None.'); } else { alert(document.getElementById('output').value.length); }">
290290
</div>

0 commit comments

Comments
 (0)