Replace <br> through to the uniform <br /> in the whole code

This commit is contained in:
Arnold Bechtoldt
2012-03-08 17:34:01 +01:00
parent 45a3e85829
commit 6b986375e7
7 changed files with 14 additions and 14 deletions

View File

@@ -25,9 +25,9 @@
<input type="hidden" name="file" value="{$file}" />
<input type="hidden" name="mode" value="{$mode}" />
<textarea name="fileContent" cols="80" rows="40" wrap="OFF" id="fileContent">{$myFileContent|escape:'htmlall'}</textarea>
<br>
<br />
<input type="submit" name="Submit" value="{t}Save file{/t}" />
<input type="button" name="Submit2" value="{t}Cancel{/t}" onClick="javascript:document.location.href='webftp.php?action=cd&amp;file={$currentDir}'" />
</form>
</section>
</article>
</article>