summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@creativecommons.org>2012-02-04 10:21:07 -0500
committerNathan Kinkade <nkinkade@creativecommons.org>2012-02-04 10:21:07 -0500
commit72d9d2be7091333facb8459d87c7db77b4d9c9bb (patch)
treeadea978fcba57ec9dc63c8039b103fa672f62893
parent57f9a625f544bef7358eeabe2e775f74a4246212 (diff)
Keep double quotes for consistency and to make HTML prettier.
-rw-r--r--views/randimg.html.php2
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">