diff options
author | ot <ot@localhost> | 2007-10-09 09:48:59 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-10-09 09:48:59 +0000 |
commit | d8704c474f644bf4f3758e6679d1d2b502b84bc2 (patch) | |
tree | d89b7655d036fae804f39b4e93a3a0c288dc88a5 | |
parent | 3dea40f1a0d5b3490dd09c6df9fae69422a0c641 (diff) | |
download | markup-validator-d8704c474f644bf4f3758e6679d1d2b502b84bc2.zip markup-validator-d8704c474f644bf4f3758e6679d1d2b502b84bc2.tar.gz markup-validator-d8704c474f644bf4f3758e6679d1d2b502b84bc2.tar.bz2 |
fixing a little glitch that was adding extra whitespace in shown source code for revalidation
-rw-r--r-- | share/templates/en_US/table.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/en_US/table.tmpl b/share/templates/en_US/table.tmpl index b22c344..975ed68 100644 --- a/share/templates/en_US/table.tmpl +++ b/share/templates/en_US/table.tmpl @@ -54,7 +54,7 @@ <TMPL_ELSE> <TMPL_IF NAME="is_direct_input"> <th><label title="Uploaded source of your Document" for="fragment">Source</label>:</th><td colspan="2"><textarea id="fragment" name="fragment" rows="12" cols="80"><TMPL_LOOP NAME="file_source"><TMPL_VAR NAME="file_source_line" ESCAPE="HTML"> - </TMPL_LOOP></textarea></td> +</TMPL_LOOP></textarea></td> <TMPL_ELSE> <th><label title="Address of Page to Validate" for="uri">Address</label>:</th> <td colspan="2"><input type="text" id="uri" name="uri" value="<TMPL_VAR NAME="file_uri" ESCAPE="HTML">" size="50" /></td> |