1
0
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:
Igor Wiedler
2010-11-09 08:59:25 +01:00
parent 2e51e68ca1
commit af5b9a9640
474 changed files with 274 additions and 738 deletions

View File

@@ -5,4 +5,4 @@
<p class="datetime">{S_TIMEZONE}</p>
</td>
</tr>
</table>
</table>

View File

@@ -25,4 +25,4 @@
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -456,4 +456,4 @@ function getCaretPosition(txtarea)
}
return caretPos;
}
}

View File

@@ -60,4 +60,4 @@
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -71,4 +71,4 @@
<td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
</tr>
<!-- END forumrow -->
</table>
</table>

View File

@@ -100,4 +100,4 @@
</tr>
</table>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -16,4 +16,4 @@
</table>
</form>
<!-- ENDIF -->
<!-- ENDIF -->

View File

@@ -45,4 +45,4 @@
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -106,4 +106,4 @@
{S_FORM_TOKEN}
</form>
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -24,4 +24,4 @@
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -86,4 +86,4 @@
</table>
<!-- ENDIF -->
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -152,4 +152,4 @@
<br clear="all" />
<!-- ENDIF -->
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -43,4 +43,4 @@
<br clear="all" /><br />
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -11,4 +11,4 @@
<br clear="all" />
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -19,4 +19,4 @@
<br clear="all" /><br />
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -122,4 +122,4 @@
<br clear="all" /><br />
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -203,4 +203,4 @@
<!-- ENDIF -->
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -43,4 +43,4 @@
</tr>
</table>
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -64,4 +64,4 @@
</tr>
</table>
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -49,4 +49,4 @@
</tr>
</table>
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -71,4 +71,4 @@
<br clear="all" /><br />
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -40,4 +40,4 @@
<br clear="all" /><br />
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -59,4 +59,4 @@
<br clear="all" /><br />
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -72,4 +72,4 @@
<br clear="all" /><br />
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -12,4 +12,4 @@
</tr>
</table>
<!-- INCLUDE mcp_footer.html -->
<!-- INCLUDE mcp_footer.html -->

View File

@@ -113,4 +113,4 @@
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- ENDIF -->
<!-- ENDIF -->

View File

@@ -70,4 +70,4 @@
<div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -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 -->

View File

@@ -68,4 +68,4 @@
<div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -204,4 +204,4 @@
<div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -13,4 +13,4 @@
<!-- INCLUDE breadcrumbs.html -->
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -20,4 +20,4 @@
</div>
</body>
</html>
</html>

View File

@@ -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>&nbsp;&nbsp;<!-- ENDIF -->{PAGINATION}<!-- IF NEXT_PAGE --> &nbsp;<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>&nbsp;&nbsp;<!-- ENDIF -->{PAGINATION}<!-- IF NEXT_PAGE --> &nbsp;<a href="{NEXT_PAGE}">{L_NEXT}</a><!-- ENDIF --></b><!-- ENDIF -->

View File

@@ -410,4 +410,4 @@
</table>
<!-- INCLUDE overall_footer.html -->
<!-- ENDIF -->
<!-- ENDIF -->

View File

@@ -96,4 +96,4 @@
</tr>
</table>
<br clear="all" />
<br clear="all" />

View File

@@ -22,4 +22,4 @@
</td>
</tr>
</table>
<!-- INCLUDE simple_footer.html -->
<!-- INCLUDE simple_footer.html -->

View File

@@ -100,4 +100,4 @@
</tr>
</table>
<br clear="all" />
<br clear="all" />

View File

@@ -24,4 +24,4 @@
</table>
</form>
<br clear="all" />
<br clear="all" />

View File

@@ -38,4 +38,4 @@
<div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -143,4 +143,4 @@
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -17,4 +17,4 @@
</div>
</body>
</html>
</html>

View File

@@ -19,4 +19,4 @@
<body class="{S_CONTENT_DIRECTION}">
<a name="top"></a>
<div id="wrapcentre">
<div id="wrapcentre">

View File

@@ -55,4 +55,4 @@
<!-- ENDIF -->
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -10,4 +10,4 @@
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -254,4 +254,4 @@
<!-- ENDIF -->
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -90,4 +90,4 @@
</tr>
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -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 -->

View File

@@ -98,4 +98,4 @@
<!-- ENDIF -->
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -69,4 +69,4 @@
</tr>
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -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 -->

View File

@@ -34,4 +34,4 @@ function jump_to_inbox(url)
</tr>
</table>
<!-- INCLUDE simple_footer.html -->
<!-- INCLUDE simple_footer.html -->

View File

@@ -95,4 +95,4 @@
</tr>
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -30,4 +30,4 @@
</tr>
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -70,4 +70,4 @@
</tr>
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -84,4 +84,4 @@
<!-- ENDIF -->
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -69,4 +69,4 @@
</tr>
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -50,4 +50,4 @@
</tr>
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -107,4 +107,4 @@
</tr>
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -98,4 +98,4 @@
{S_FORM_TOKEN}
</form>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -25,4 +25,4 @@
</div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -26,4 +26,4 @@
</div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -25,4 +25,4 @@
</tr>
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -25,4 +25,4 @@
</tr>
</table>
<!-- INCLUDE ucp_footer.html -->
<!-- INCLUDE ucp_footer.html -->

View File

@@ -326,4 +326,4 @@
</tr>
</table>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -54,4 +54,4 @@
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -9,4 +9,4 @@
</tr>
</table>
<!-- INCLUDE simple_footer.html -->
<!-- INCLUDE simple_footer.html -->

View File

@@ -361,4 +361,4 @@
</tr>
</table>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -142,4 +142,4 @@ hr.sep {
</table>
</body>
</html>
</html>