| Author | Dave Jarvis <email> |
|---|---|
| Date | 2015-01-23 13:15:35 GMT-0800 |
| Commit | 157517d6f8c7792bd458df92feda542025f27cb8 |
| Parent | 76975c8 |
| +<?xml version="1.0" encoding="utf-8"?> | ||
| +<policy> | ||
| +</policy> | ||
| + | ||
| +<?xml version="1.0" encoding="utf-8"?> | ||
| +<policy> | ||
| +</policy> | ||
| + | ||
| <xsl:strip-space elements="*"/> | ||
| -<!-- Custom URI resolver imports the corresponding app stylesheet. --> | ||
| +<!-- Custom URI resolver imports the pertinent app stylesheet. --> | ||
| <xsl:include href="template://discuss.to/app"/> | ||
| <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
| +<!-- Shouldn't be used because log out redirects to the home page. --> | ||
| <xsl:variable name="artefacts"> | ||
| <artefacts> |
| <xsl:stylesheet version='2.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'> | ||
| +<!-- | ||
| + | This should not be used because every menu item should have its own | ||
| + | corresponding page. | ||
| + +--> | ||
| <xsl:variable name="artefacts"> | ||
| <artefacts></artefacts> |
| Delta | 14 lines added, 1 line removed, 13-line increase |
|---|