Changeset 2444727
- Timestamp:
- 12/23/2020 03:04:42 AM (5 years ago)
- File:
-
- 1 edited
-
simple-image-popup/trunk/simple-image-popup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-image-popup/trunk/simple-image-popup.php
r2444725 r2444727 8 8 * License: GPL v2 or later 9 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 10 * Version: 1.3. 110 * Version: 1.3.2 11 11 */ 12 12 … … 289 289 290 290 291 <div id="popup" class="sip_popup mfp-hide" style="max-width:<?php echo $max_width; ?> ">291 <div id="popup" class="sip_popup mfp-hide" style="max-width:<?php echo $max_width; ?>px"> 292 292 293 293 <?php if ($link && !$clicktoclose): ?>
Note: See TracChangeset
for help on using the changeset viewer.