Commit 9563e067 by Scott

Fix HTML indenting

parent 8e7a3bc4
......@@ -426,9 +426,9 @@
if ($microdata) {
// vote display might be compacted so use meta tag for true count
$netvoteshtml .= '<meta itemprop="upvoteCount" content="' . qa_html($netvotes) . '">';
$upvoteshtml .= '<meta itemprop="upvoteCount" content="' . qa_html($upvotes) . '">';
$downvoteshtml .= '<meta itemprop="upvoteCount" content="' . qa_html($downvotes) . '">';
$netvoteshtml .= '<meta itemprop="upvoteCount" content="' . qa_html($netvotes) . '"/>';
$upvoteshtml .= '<meta itemprop="upvoteCount" content="' . qa_html($upvotes) . '"/>';
$downvoteshtml .= '<meta itemprop="upvoteCount" content="' . qa_html($downvotes) . '"/>';
}
// Pass information on vote viewing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment