mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
Merge remote-tracking branch 'geetakshi/ticket/11357' into develop-ascraeus
* geetakshi/ticket/11357: [ticket/11357] Correcting invalid markup
This commit is contained in:
commit
b191c1c5a6
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ function dE(n, s, type)
|
||||||
<h1>{L_INSTALL_PANEL}</h1>
|
<h1>{L_INSTALL_PANEL}</h1>
|
||||||
<p id="skip"><a href="#acp">{L_SKIP}</a></p>
|
<p id="skip"><a href="#acp">{L_SKIP}</a></p>
|
||||||
<!-- IF S_LANG_SELECT -->
|
<!-- IF S_LANG_SELECT -->
|
||||||
<form method="post" action="">
|
<form method="post" action="#">
|
||||||
<fieldset class="nobg">
|
<fieldset class="nobg">
|
||||||
<label for="language">{L_SELECT_LANG}{L_COLON}</label>
|
<label for="language">{L_SELECT_LANG}{L_COLON}</label>
|
||||||
{S_LANG_SELECT}
|
{S_LANG_SELECT}
|
||||||
|
|
|
@ -223,7 +223,7 @@ table.hrdiff caption span {
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- IF not S_DIFF_NEW_FILE -->
|
<!-- IF not S_DIFF_NEW_FILE -->
|
||||||
<p id="skip"><a href="#acp">{L_SKIP}</a></p>
|
<p id="skip"><a href="#acp">{L_SKIP}</a></p>
|
||||||
<form method="post" action="">
|
<form method="post" action="#">
|
||||||
<fieldset class="quick">
|
<fieldset class="quick">
|
||||||
<label for="diff_mode">{L_SELECT_DIFF_MODE}{L_COLON}</label>
|
<label for="diff_mode">{L_SELECT_DIFF_MODE}{L_COLON}</label>
|
||||||
<select name="diff_mode" id="diff_mode">{S_DIFF_MODE_OPTIONS}</select>
|
<select name="diff_mode" id="diff_mode">{S_DIFF_MODE_OPTIONS}</select>
|
||||||
|
|
Loading…
Add table
Reference in a new issue