summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio <silvio@socioambiental.org>2018-07-03 16:06:52 -0300
committerSilvio <silvio@socioambiental.org>2018-07-03 16:06:52 -0300
commit9ce651b258c71140cf506036ea9a2aaab97f0038 (patch)
tree7336d6d0745ce3d08217ae5b356fbcf6655c28ac
parenta26e6e215648c02f96e342020289cbb1d1845ba9 (diff)
downloadtimelinejs-9ce651b258c71140cf506036ea9a2aaab97f0038.tar.gz
timelinejs-9ce651b258c71140cf506036ea9a2aaab97f0038.tar.bz2
Increase embed code textarea rows
-rw-r--r--timelinejs_embed.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs_embed.tpl.php b/timelinejs_embed.tpl.php
index 3065acd..c69ccc2 100644
--- a/timelinejs_embed.tpl.php
+++ b/timelinejs_embed.tpl.php
@@ -1,3 +1,3 @@
<br />
<?php global $base_url; ?>
-<?php print t('Embed code'); ?>: <textarea rows="1" style="width: 90%;"><iframe src="<?php print $base_url; ?>/<?php print $lang; ?>/node/<?php print $nid; ?>" height="600px" width="100%" allowfullscreen frameborder="0"></textarea>
+<?php print t('Embed code'); ?>: <textarea rows="2" style="width: 90%;"><iframe src="<?php print $base_url; ?>/<?php print $lang; ?>/node/<?php print $nid; ?>" height="600px" width="100%" allowfullscreen frameborder="0"></textarea>