]> git.ozlabs.org Git - ccan/blobdiff - web/staticupload.php
base64: fix for unsigned chars (e.g. ARM).
[ccan] / web / staticupload.php
index d692bf53212e7927ed0901ac34b3bad0b1a9ce29..19dbedec22d1bdf8435b80c77187bdb129a61f63 100644 (file)
@@ -8,9 +8,6 @@ include('static-configuration');
 <div class='content'>
 <h3 align="center"> Upload Code</h3>
 
-<table width="70%" align="center">
-<tr>
-<td>
 <p>
 Got C code sitting around which might help someone?  Put it to work
 by uploading here; .tar.gz, .zip or even single C files.
@@ -20,11 +17,8 @@ by uploading here; .tar.gz, .zip or even single C files.
 main repository.  Otherwise, it'll go into our "junkcode" area where
 people can browse and download it.
 </p>
-</td>
-</tr>
-</table>
 
-<table width="70%" align="center">
+<table align="center">
 <tr>
 <p>
 <form enctype="multipart/form-data" action="<?=$uploadscript?>" method="POST">