style: Run pre-commit

This commit is contained in:
Joakim Saario 2022-08-21 22:08:29 +02:00
parent b47882b114
commit 9c6c13b78a
No known key found for this signature in database
GPG key ID: D8B76D271B7BD453
235 changed files with 7180 additions and 5628 deletions

View file

@ -12,4 +12,3 @@ html_header( __("Service Unavailable") );
<?php
html_footer(AURWEB_VERSION);

View file

@ -114,4 +114,3 @@ if (has_credential(CRED_TU_ADD_VOTE)) {
}
html_footer(AURWEB_VERSION);

View file

@ -14,5 +14,3 @@ html_header(__("Manage Co-maintainers"));
$users = pkgbase_get_comaintainers($base_id);
include('comaintainers_form.php');
html_footer(AURWEB_VERSION);

View file

@ -23,7 +23,7 @@
#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; background: url('archnavbar/archlogo.png') no-repeat !important; }
@media (-webkit-min-device-pixel-ratio: 1.2), (min--moz-device-pixel-ratio: 1.2), (-o-min-device-pixel-ratio: 2/1) {
[dir="rtl"] #archnavbarlogo { float: right !important;}
#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; background: url(archnavbar/archlogo.svg) no-repeat !important;background-size:100% !important;
#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; background: url(archnavbar/archlogo.svg) no-repeat !important;background-size:100% !important;
}
}
@ -1230,4 +1230,4 @@ ul.signoff-list {
/* itemprops */
.itemprop {
display: none;
}
}

View file

@ -29,4 +29,3 @@ if (isset($_COOKIE["AURSID"])) {
}
header("Location: $redirect_uri");

View file

@ -171,4 +171,3 @@ if (isset($pkgid)) {
}
html_footer(AURWEB_VERSION);

View file

@ -193,4 +193,3 @@ if (isset($base_id)) {
}
html_footer(AURWEB_VERSION);

View file

@ -81,4 +81,3 @@ if (isset($base_id)) {
}
html_footer(AURWEB_VERSION);

View file

@ -120,4 +120,3 @@ else {
}
html_footer(AURWEB_VERSION);

View file

@ -708,4 +708,3 @@ class AurJSON {
return json_encode($output);
}
}

View file

@ -1,3 +1,2 @@
<?php
define("AURWEB_VERSION", "v5.0.0");

View file

@ -3,4 +3,3 @@ edit any of these files manually. Update the corresponding portable object
files in "po/" instead and run following commands to rebuild all ".mo" files:
make install

View file

@ -17,4 +17,3 @@
</fieldset>
</form>
</div>

View file

@ -24,4 +24,3 @@
</form>
</p>
</div>

View file

@ -80,4 +80,3 @@
</ul>
</div><!-- #archdev-navbar -->
<!-- Start of main content -->

View file

@ -29,4 +29,3 @@
</fieldset>
</form>
</div>

View file

@ -17,4 +17,3 @@ print __("Hi, this is worth reading!")."<br />\n";
html_footer(AURWEB_VERSION);