Changeset 8800
- Timestamp:
- 05/15/2019 02:02:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-invoices/includes/views/invoice-template.php
r8799 r8800 17 17 <head> 18 18 <meta charset="UTF-8"> 19 <?php // phpcs:ignore WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet -- This is rendered by wkhtmltopdf, so additional libraries are included directly. ?> 19 20 <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,600,700" rel="stylesheet" type="text/css"/> 20 21 <style type="text/css"> … … 192 193 </td> 193 194 </tr> 194 <?php endif; // VAT field ?>195 <?php endif; // VAT field. ?> 195 196 196 197 <tr>
Note: See TracChangeset
for help on using the changeset viewer.