mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
A few typos
git-svn-id: file:///svn/phpbb/trunk@8237 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e907def5ff
commit
bec8f7b22c
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@
|
||||||
<li>[Fix] Don't allow previous/next links for non-existing topics (Bug #15039)</li>
|
<li>[Fix] Don't allow previous/next links for non-existing topics (Bug #15039)</li>
|
||||||
<li>[Change] Do not assign converted votes to the first option in a vote.</li>
|
<li>[Change] Do not assign converted votes to the first option in a vote.</li>
|
||||||
<li>[Fix] Use correct RFC 2822 date format in emails (Bug #15042)</li>
|
<li>[Fix] Use correct RFC 2822 date format in emails (Bug #15042)</li>
|
||||||
<li>[Fix] Require founder status for sonme actions on founder-only groups (Bug #15119)</li>
|
<li>[Fix] Require founder status for some actions on founder-only groups (Bug #15119)</li>
|
||||||
<li>[Fix] Allow changing the "now" option of date CPFs (Bug #15111)</li>
|
<li>[Fix] Allow changing the "now" option of date CPFs (Bug #15111)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -1421,8 +1421,8 @@ div
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
||||||
<input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" />
|
<input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" />
|
||||||
|
{S_FORM_TOKEN}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
{S_FORM_TOKEN}
|
|
||||||
</form>
|
</form>
|
||||||
</pre></div><br />
|
</pre></div><br />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue