Created
January 22, 2016 14:53
-
-
Save facuescobar/26f0bf89c916fc3124e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(rebelmouse)escobar@beta1:~/rebelmouse$ git diff | |
diff --git a/engine/unitedbmb/templates/dynamic_content/tagpage.xml b/engine/unitedbmb/templates/dynamic_content/tagpage.xml | |
index 3f18cac..4af73e7 100644 | |
--- a/engine/unitedbmb/templates/dynamic_content/tagpage.xml | |
+++ b/engine/unitedbmb/templates/dynamic_content/tagpage.xml | |
@@ -7,7 +7,7 @@ | |
<div class="col12"> | |
<div class="grid"> | |
<div class="results-for"> | |
- <h2 class="tag-title"><tag_name/></h2> | |
+ <h2 class="tag-title"><value-of select="tag_name"/></h2> | |
</div> | |
<div class="col col12 tablet-col12 desktop-col8 with-spacing post-content"> | |
<posts format="news" source="tag" limit="1" no_posts_template="community/roar/includes/no_search_result.html" css_classes="search-result__posts search-mai | |
(rebelmouse)escobar@beta1:~/rebelmouse$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment