diff options
| author | Nathan Kinkade <nkinkade@creativecommons.org> | 2012-02-04 10:21:07 -0500 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@creativecommons.org> | 2012-02-04 10:21:07 -0500 |
| commit | 72d9d2be7091333facb8459d87c7db77b4d9c9bb (patch) | |
| tree | adea978fcba57ec9dc63c8039b103fa672f62893 | |
| parent | 57f9a625f544bef7358eeabe2e775f74a4246212 (diff) | |
Keep double quotes for consistency and to make HTML prettier.
| -rw-r--r-- | views/randimg.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/randimg.html.php b/views/randimg.html.php index 06057e9..2653cc9 100644 --- a/views/randimg.html.php +++ b/views/randimg.html.php @@ -34,7 +34,7 @@ if ( ! empty($item) ) { $height = $height ? "height: {$height}px;" : ""; $target = Input::instance()->get("target"); - $target = $target ? "target='$target'" : ""; + $target = $target ? "target=\"$target\"" : ""; echo <<<HTML <div class="g-randimg"> |
