Removed the '#' inserted into reference URLs because, for example, when referring to Bugzilla, they get in the way.
This commit is contained in:
		
							parent
							
								
									1ef18c05b9
								
							
						
					
					
						commit
						bfd1f519db
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -333,7 +333,7 @@
 | 
				
			||||||
						<xsl:attribute name="href">
 | 
											<xsl:attribute name="href">
 | 
				
			||||||
							<xsl:choose>
 | 
												<xsl:choose>
 | 
				
			||||||
								<xsl:when test="@section">
 | 
													<xsl:when test="@section">
 | 
				
			||||||
									<xsl:value-of select="concat( $specification/@url, '#', @section)"/>
 | 
														<xsl:value-of select="concat( $specification/@url, @section)"/>
 | 
				
			||||||
								</xsl:when>
 | 
													</xsl:when>
 | 
				
			||||||
								<xsl:otherwise>
 | 
													<xsl:otherwise>
 | 
				
			||||||
									<xsl:value-of select="$specification/@url"/>
 | 
														<xsl:value-of select="$specification/@url"/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue