aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/viewsource.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/viewsource.html')
-rw-r--r--phpBB/adm/style/viewsource.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/phpBB/adm/style/viewsource.html b/phpBB/adm/style/viewsource.html
index 44b1ad6be4..da374037e8 100644
--- a/phpBB/adm/style/viewsource.html
+++ b/phpBB/adm/style/viewsource.html
@@ -1,19 +1,20 @@
<!-- INCLUDE simple_header.html -->
-<div class="panel" style="padding:10px">
+<div class="panel" style="padding: 10px;">
<h1>{FILENAME}</h1>
-
+
<table>
- <tbody>
- <!-- BEGIN source -->
+ <tbody>
+ <!-- BEGIN source -->
<tr valign="top">
<td class="sourcenum">{source.LINENUM}&nbsp;&nbsp;</td>
<td class="source">{source.LINE}</td>
</tr>
- <!-- END source -->
- </tbody>
+ <!-- END source -->
+ </tbody>
</table>
+
</div>
<!-- INCLUDE simple_footer.html --> \ No newline at end of file