mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 11:40:08 +02:00
[ticket/9556] Drop php closing tags, add trailing newline
Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
<p class="datetime">{S_TIMEZONE}</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
@@ -25,4 +25,4 @@
|
||||
|
||||
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -456,4 +456,4 @@ function getCaretPosition(txtarea)
|
||||
}
|
||||
|
||||
return caretPos;
|
||||
}
|
||||
}
|
||||
|
@@ -60,4 +60,4 @@
|
||||
|
||||
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -71,4 +71,4 @@
|
||||
<td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
|
||||
</tr>
|
||||
<!-- END forumrow -->
|
||||
</table>
|
||||
</table>
|
||||
|
@@ -100,4 +100,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -16,4 +16,4 @@
|
||||
</table>
|
||||
|
||||
</form>
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
@@ -45,4 +45,4 @@
|
||||
|
||||
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -106,4 +106,4 @@
|
||||
{S_FORM_TOKEN}
|
||||
</form>
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -24,4 +24,4 @@
|
||||
|
||||
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -86,4 +86,4 @@
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -152,4 +152,4 @@
|
||||
<br clear="all" />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -43,4 +43,4 @@
|
||||
|
||||
<br clear="all" /><br />
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -11,4 +11,4 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -19,4 +19,4 @@
|
||||
|
||||
<br clear="all" /><br />
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -122,4 +122,4 @@
|
||||
|
||||
<br clear="all" /><br />
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -203,4 +203,4 @@
|
||||
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -43,4 +43,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -64,4 +64,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -49,4 +49,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -71,4 +71,4 @@
|
||||
|
||||
<br clear="all" /><br />
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -40,4 +40,4 @@
|
||||
|
||||
<br clear="all" /><br />
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -59,4 +59,4 @@
|
||||
|
||||
<br clear="all" /><br />
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -72,4 +72,4 @@
|
||||
|
||||
<br clear="all" /><br />
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -12,4 +12,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
@@ -113,4 +113,4 @@
|
||||
|
||||
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
@@ -70,4 +70,4 @@
|
||||
|
||||
<div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -136,4 +136,4 @@
|
||||
|
||||
<a class="nav" href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>
|
||||
|
||||
<!-- INCLUDE simple_footer.html -->
|
||||
<!-- INCLUDE simple_footer.html -->
|
||||
|
@@ -68,4 +68,4 @@
|
||||
|
||||
<div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -204,4 +204,4 @@
|
||||
|
||||
<div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -13,4 +13,4 @@
|
||||
|
||||
<!-- INCLUDE breadcrumbs.html -->
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -20,4 +20,4 @@
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -1 +1 @@
|
||||
<!-- IF PAGINATION --><b><a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{L_GOTO_PAGE}</a> <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}">{L_PREVIOUS}</a> <!-- ENDIF -->{PAGINATION}<!-- IF NEXT_PAGE --> <a href="{NEXT_PAGE}">{L_NEXT}</a><!-- ENDIF --></b><!-- ENDIF -->
|
||||
<!-- IF PAGINATION --><b><a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{L_GOTO_PAGE}</a> <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}">{L_PREVIOUS}</a> <!-- ENDIF -->{PAGINATION}<!-- IF NEXT_PAGE --> <a href="{NEXT_PAGE}">{L_NEXT}</a><!-- ENDIF --></b><!-- ENDIF -->
|
||||
|
@@ -410,4 +410,4 @@
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
@@ -96,4 +96,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
@@ -22,4 +22,4 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- INCLUDE simple_footer.html -->
|
||||
<!-- INCLUDE simple_footer.html -->
|
||||
|
@@ -100,4 +100,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
@@ -24,4 +24,4 @@
|
||||
</table>
|
||||
|
||||
</form>
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
@@ -38,4 +38,4 @@
|
||||
|
||||
<div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -143,4 +143,4 @@
|
||||
|
||||
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -17,4 +17,4 @@
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -19,4 +19,4 @@
|
||||
|
||||
<body class="{S_CONTENT_DIRECTION}">
|
||||
<a name="top"></a>
|
||||
<div id="wrapcentre">
|
||||
<div id="wrapcentre">
|
||||
|
@@ -55,4 +55,4 @@
|
||||
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -10,4 +10,4 @@
|
||||
|
||||
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -254,4 +254,4 @@
|
||||
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -90,4 +90,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -74,4 +74,4 @@
|
||||
<div class="gensmall" style="float: {S_CONTENT_FLOW_END}; padding-top: 2px;"><b><a href="#" onclick="marklist('ucp', 't', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('ucp', 't', false); return false;">{L_UNMARK_ALL}</a></b></div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -98,4 +98,4 @@
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -69,4 +69,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -81,4 +81,4 @@
|
||||
<div class="gensmall" style="float: {S_CONTENT_FLOW_END}; padding-top: 2px;"><b><a href="#" onclick="marklist('ucp', 't', true); marklist('ucp', 'f', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('ucp', 't', false);marklist('ucp', 'f', false); return false;">{L_UNMARK_ALL}</a></b></div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -34,4 +34,4 @@ function jump_to_inbox(url)
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE simple_footer.html -->
|
||||
<!-- INCLUDE simple_footer.html -->
|
||||
|
@@ -95,4 +95,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -30,4 +30,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -70,4 +70,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -84,4 +84,4 @@
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -69,4 +69,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -50,4 +50,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -107,4 +107,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -98,4 +98,4 @@
|
||||
{S_FORM_TOKEN}
|
||||
</form>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -25,4 +25,4 @@
|
||||
|
||||
</div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -26,4 +26,4 @@
|
||||
|
||||
</div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -25,4 +25,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -25,4 +25,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
@@ -326,4 +326,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -54,4 +54,4 @@
|
||||
|
||||
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -9,4 +9,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE simple_footer.html -->
|
||||
<!-- INCLUDE simple_footer.html -->
|
||||
|
@@ -361,4 +361,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -142,4 +142,4 @@ hr.sep {
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user