Project

General

Profile

Actions

Patch #40513

closed

Fix initial_page_content method to avoid referencing @page instance variable in wiki formatting helpers

Added by Takuya Kodama almost 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:

Description

The initial_page_content method in helpers mistakenly used the @page instance variable rather than the page argument provided to it. Since the use of @page is unnecessary and not expected, we've updated the method to correctly utilize the page argument.


Files

Actions

Also available in: Atom PDF