Skip to content
Snippets Groups Projects
Commit 441201a5 authored by Jeff Sturek's avatar Jeff Sturek
Browse files

Fix typo

parent 03b66124
No related branches found
No related tags found
1 merge request!19Fix typo
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
</div> </div>
<div class="dcf-grid-full dcf-grid-halves@sm dcf-col-gap-vw"> <div class="dcf-grid-full dcf-grid-halves@sm dcf-col-gap-vw">
<div> <div>
<label class="center> <label class="center">
<input type="radio" name="type" value="acronym_social" id="type-acronym-social" <?php if ($context->lockup->style == 'acronym_social') echo 'checked="checked"'; ?>> <input type="radio" name="type" value="acronym_social" id="type-acronym-social" <?php if ($context->lockup->style == 'acronym_social') echo 'checked="checked"'; ?>>
<img class="horiz" src="<?php echo $context->baseURL; ?>images/acronym_social_vert_example.png" role="presentation"> <img class="horiz" src="<?php echo $context->baseURL; ?>images/acronym_social_vert_example.png" role="presentation">
<img class="vert" style="display: none;" src="<?php echo $context->baseURL; ?>images/acronym_social_vert_example.png" role="presentation"> <img class="vert" style="display: none;" src="<?php echo $context->baseURL; ?>images/acronym_social_vert_example.png" role="presentation">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment