mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
corrected source control link
This commit is contained in:
parent
88453f3460
commit
ee7f72207a
10
xep.xsl
10
xep.xsl
@ -303,19 +303,13 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
<br />
|
||||
</xsl:if>
|
||||
<xsl:variable name='sourceHTML'>
|
||||
<xsl:text>http://svn.xmpp.org:18080/browse/XMPP/trunk/extensions/xep-</xsl:text>
|
||||
<xsl:text>http://gitorious.org/xmpp/xmpp/blobs/master/extensions/xep-</xsl:text>
|
||||
<xsl:value-of select='/xep/header/number'/>
|
||||
<xsl:text>.xml</xsl:text>
|
||||
</xsl:variable>
|
||||
<xsl:variable name='sourceRSS'>
|
||||
<xsl:text>http://svn.xmpp.org:18080//changelog/~rss/XMPP/trunk/extensions/xep-</xsl:text>
|
||||
<xsl:value-of select='/xep/header/number'/>
|
||||
<xsl:text>.xml/rss.xml</xsl:text>
|
||||
</xsl:variable>
|
||||
<xsl:if test='$thestatus != "ProtoXEP"'>
|
||||
Source Control:
|
||||
<a class='standardsButton' href='{$sourceHTML}'>HTML</a> 
|
||||
<a class='standardsButton' href='{$sourceRSS}'>RSS</a>
|
||||
<a class='standardsButton' href='{$sourceHTML}'>HTML</a>
|
||||
<br />
|
||||
</xsl:if>
|
||||
<xsl:variable name='formatXML'>
|
||||
|
Loading…
Reference in New Issue
Block a user