Changeset 2323961
- Timestamp:
- 06/14/2020 05:26:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
alleaktien-quantitativ/trunk/aaq-fundamentals-plugin.php
r2320476 r2323961 5 5 Description: AlleAktien Quantitativ | 10.000 Aktien, 20 Jahre Aktien-Kennzahlen, 100% kostenlos, interaktiv 6 6 Author: AlleAktien 7 Version: 3.2. 27 Version: 3.2.3 8 8 Author URI: https://www.alleaktien.de/quantitativ/impressum 9 9 */ … … 40 40 src='https://www.alleaktien.de/quantitativ/api/$isin/$chart'></iframe>"; 41 41 42 return "<div class='aaq-plugin' style='width: fit-content;margin:auto'>" . $source . $output . "</div>";42 return "<div class='aaq-plugin' style='width:inherit;margin:auto'>" . $source . $output . "</div>"; 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.