/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section {display: block;}
body {font: 14px/20px 'Open Sans', Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;
color: #2a2a2a; background-color:#000; height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #2a2a2a; text-decoration: none;}
a:hover, a:focus {color:#CE5C5C; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;}
.form-wrap {margin:0; background-color:#fff; padding-top:20px;}
.sub-title h1 {margin-bottom:15px; font-size:24px;}
.pm-page, .search-page, .static-page, .tags-page {}
/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section {display: block;}
body {font: 14px/20px 'Open Sans', Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;
color: #2a2a2a; background-color:#000; height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #2a2a2a; text-decoration: none;}
a:hover, a:focus {color:#CE5C5C; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;}
.form-wrap {margin:0; background-color:#fff; padding-top:20px;}
.sub-title h1 {margin-bottom:15px; font-size:24px;}
.pm-page, .search-page, .static-page, .tags-page {}
<div class="col-xs-12">
<textarea class="form-control description" rows="6" name="description" placeholder="<?php echo $lang_array['enter_article_description_here']?>"><?php echo $description?></textarea>
<div class="text-muted"><?php echo $lang_array['allowed_tags']?><?php echo allowedTags()?></div>
<p class="error-msg label label-danger descriptionError hide"><i class="fa fa-times-circle"></i> <?php echo $lang_array['minimum_description_should_be_30_characters']?></p>
</div>
<p class="main-description secondaryText">
<?php
if($plugin['hashTags'])
{
echo stripcslashes(trim(checkHashTag($article['description'])));
}
else
{
echo stripcslashes(trim($article['description']));
}
?>
</p>
<div class="col-xs-12">
<textarea class="form-control description" rows="6" name="description" placeholder="<?php echo $lang_array['enter_article_description_here']?>"><?php echo $description?></textarea>
<div class="text-muted"><?php echo $lang_array['allowed_tags']?><?php echo allowedTags()?></div>
<p class="error-msg label label-danger descriptionError hide"><i class="fa fa-times-circle"></i> <?php echo $lang_array['minimum_description_should_be_30_characters']?></p>
</div>
<p class="main-description secondaryText">
<?php
if($plugin['hashTags'])
{
echo stripcslashes(trim(checkHashTag($article['description'])));
}
else
{
echo stripcslashes(trim($article['description']));
}
?>
</p>